@Deprecated public class ComparisonRange extends ComparisonCellRangeBase
class ComparisonRange
Constructor and Description |
---|
ComparisonRange(com.aspose.cells.Cells asposeCells)
Deprecated.
Initializes a new instance of the
ComparisonRange class. |
Modifier and Type | Method and Description |
---|---|
Object |
getAsposeObject()
Deprecated.
|
ComparisonCellBase[] |
getCells()
Deprecated.
Gets the cells.
|
List<ComparisonNodeBase> |
getChildNodes()
Deprecated.
|
ComparisonColumnBase[] |
getColumns()
Deprecated.
Gets columns of cells from current range
|
ComparisonCellBase |
getItem(int row,
int column)
Deprecated.
Gets cell by ots row and column
|
ComparisonCellBase |
getItem(String cellName)
Deprecated.
Gets cell by ots name
|
int |
getMaxColumn()
Deprecated.
Gets the not empty cells.
|
int |
getMaxRow()
Deprecated.
Gets the maximum row.
|
com.aspose.ms.System.Collections.Generic.List<com.groupdocs.comparison.cells.contracts.helpers.ComparisonCellArea> |
getMergedCells()
Deprecated.
Gets the merged cells.
|
int |
getMinColumn()
Deprecated.
Gets minimal column
|
int |
getMinRow()
Deprecated.
Gets minimal row
|
ComparisonRowBase[] |
getRows()
Deprecated.
Gets rows of cells from current range
|
void |
setColumns(ComparisonColumnBase[] columns)
Deprecated.
Gets columns of cells from current range
|
void |
setRows(ComparisonRowBase[] rows)
Deprecated.
Gets rows of cells from current range
|
setCells, setMaxColumn, setMaxRow, setMergedCells, setMinColumn, setMinRow
getChildren, updateContents
getChangeType, getStyleChanges, getText, setChangeType, setStyleChanges
public ComparisonRange(com.aspose.cells.Cells asposeCells)
Initializes a new instance of the ComparisonRange
class.
asposeCells
- The aspose cells.public ComparisonRowBase[] getRows()
ComparisonCellRangeBase
Gets rows of cells from current range
getRows
in class ComparisonCellRangeBase
public void setRows(ComparisonRowBase[] rows)
ComparisonCellRangeBase
Gets rows of cells from current range
setRows
in class ComparisonCellRangeBase
rows
- the valuepublic ComparisonColumnBase[] getColumns()
ComparisonCellRangeBase
Gets columns of cells from current range
getColumns
in class ComparisonCellRangeBase
public void setColumns(ComparisonColumnBase[] columns)
ComparisonCellRangeBase
Gets columns of cells from current range
setColumns
in class ComparisonCellRangeBase
columns
- the valuepublic ComparisonCellBase[] getCells()
Gets the cells.
Value: The cells.getCells
in class ComparisonCellRangeBase
public int getMaxColumn()
Gets the not empty cells.
Gets the maximum column.
Value: The not empty cells. The maximum column.getMaxColumn
in class ComparisonCellRangeBase
public int getMaxRow()
Gets the maximum row.
Value: The maximum row.getMaxRow
in class ComparisonCellRangeBase
public int getMinRow()
Gets minimal row
getMinRow
in class ComparisonCellRangeBase
public int getMinColumn()
Gets minimal column
getMinColumn
in class ComparisonCellRangeBase
public ComparisonCellBase getItem(String cellName)
Gets cell by ots name
getItem
in class ComparisonCellRangeBase
cellName
- Cell namepublic ComparisonCellBase getItem(int row, int column)
Gets cell by ots row and column
getItem
in class ComparisonCellRangeBase
row
- Cell rowcolumn
- Cell columnpublic com.aspose.ms.System.Collections.Generic.List<com.groupdocs.comparison.cells.contracts.helpers.ComparisonCellArea> getMergedCells()
ComparisonCellRangeBase
Gets the merged cells.
Value: The merged cells.getMergedCells
in class ComparisonCellRangeBase
public Object getAsposeObject()
getAsposeObject
in class ComparisonNodeBase
public List<ComparisonNodeBase> getChildNodes()
getChildNodes
in class ComparisonCompositeNodeBase
Copyright © 2018. All rights reserved.