Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
ExcelFillPattern |
CellStyle.getFillPattern()
Gets the fill (cell background).
|
Modifier and Type | Method and Description |
---|---|
SortState |
SortState.by(int columnRowIndex,
ExcelFillPattern fillPattern)
Deprecated.
This method is internal and should not be used.
|
SortState |
SortState.by(int columnRowIndex,
ExcelFillPattern fillPattern,
boolean descending)
Deprecated.
This method is internal and should not be used.
|
AutoFilter |
AutoFilter.byColor(int columnIndex,
ExcelFillPattern fillPattern)
Deprecated.
This method is internal and should not be used.
|
void |
CellStyle.setFillPattern(ExcelFillPattern fillPattern)
Sets the fill (cell background).
|
AutoFilter |
AutoFilter.sortBy(int columnIndex,
ExcelFillPattern fillPattern)
Deprecated.
This method is internal and should not be used.
|
AutoFilter |
AutoFilter.sortBy(int columnIndex,
ExcelFillPattern fillPattern,
boolean descending)
Deprecated.
This method is internal and should not be used.
|
© GemBox d.o.o. — All rights reserved.