Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Class and Description |
---|---|
class |
ExcelRowColumnCollectionBaseGeneric<T extends ExcelColumnRowBase>
Generic base class for row and column collections.
|
Modifier and Type | Class and Description |
---|---|
class |
ExcelColumn
Excel column contains column options and cell range with column cells.
|
class |
ExcelRow
Excel row contains row options and cell range with row cells.
|
Modifier and Type | Method and Description |
---|---|
ExcelColumnRowBase |
ExcelRowColumnCollectionBaseGeneric.getItem(int index)
Deprecated.
This method is internal and should not be used.
|
abstract ExcelColumnRowBase |
ExcelRowColumnCollectionBase.getItem(int index)
Deprecated.
This method is internal and should not be used.
|
ExcelColumnRowBase |
ExcelRow.getNeighbor(IndividualBorder side)
Deprecated.
This method is internal and should not be used.
|
abstract ExcelColumnRowBase |
ExcelColumnRowBase.getNeighbor(IndividualBorder side)
Deprecated.
This method is internal and should not be used.
|
ExcelColumnRowBase |
ExcelColumn.getNeighbor(IndividualBorder side)
Deprecated.
This method is internal and should not be used.
|
Modifier and Type | Method and Description |
---|---|
com.gembox.spreadsheet.internal.EditorDataHandler<ExcelColumnRowBase,com.gembox.spreadsheet.internal.ExcelColumnRowBaseData> |
ExcelColumnRowBase.getDataHandler()
Deprecated.
This method is internal and should not be used.
|
Iterable<ExcelColumnRowBase> |
CellRange.getRowsOrColumns(boolean columns,
boolean skipHidden)
Deprecated.
This method is internal and should not be used.
|
Modifier and Type | Method and Description |
---|---|
int |
SortLevelCollection.compare(ExcelColumnRowBase x,
ExcelColumnRowBase y)
Deprecated.
This method is internal and should not be used.
|
void |
NamedRangeCollection.setPrintTitles(ExcelColumnRowBase startRow,
int numberOfRows,
ExcelColumnRowBase startColumn,
int numberOfColumns)
Sets print titles.
|
Modifier and Type | Method and Description |
---|---|
void |
SortState.apply(ArrayList<ExcelColumnRowBase> list)
Deprecated.
This method is internal and should not be used.
|
© GemBox d.o.o. — All rights reserved.