public class OnceAbsoluteMergeProperty extends Object
| Constructor and Description |
|---|
OnceAbsoluteMergeProperty(int firstRowIndex,
int lastRowIndex,
int firstColumnIndex,
int lastColumnIndex) |
| Modifier and Type | Method and Description |
|---|---|
static OnceAbsoluteMergeProperty |
build(OnceAbsoluteMerge onceAbsoluteMerge) |
int |
getFirstColumnIndex() |
int |
getFirstRowIndex() |
int |
getLastColumnIndex() |
int |
getLastRowIndex() |
void |
setFirstColumnIndex(int firstColumnIndex) |
void |
setFirstRowIndex(int firstRowIndex) |
void |
setLastColumnIndex(int lastColumnIndex) |
void |
setLastRowIndex(int lastRowIndex) |
public OnceAbsoluteMergeProperty(int firstRowIndex,
int lastRowIndex,
int firstColumnIndex,
int lastColumnIndex)
public static OnceAbsoluteMergeProperty build(OnceAbsoluteMerge onceAbsoluteMerge)
public int getFirstRowIndex()
public void setFirstRowIndex(int firstRowIndex)
public int getLastRowIndex()
public void setLastRowIndex(int lastRowIndex)
public int getFirstColumnIndex()
public void setFirstColumnIndex(int firstColumnIndex)
public int getLastColumnIndex()
public void setLastColumnIndex(int lastColumnIndex)
Copyright © 2018–2024 Alibaba Group. All rights reserved.