Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
static BuiltInCellStyleName |
BuiltInCellStyleName.forValue(int value)
Deprecated.
This method is internal and should not be used.
|
static BuiltInCellStyleName |
BuiltInCellStyleName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuiltInCellStyleName[] |
BuiltInCellStyleName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Style |
CellStyleCollection.get(BuiltInCellStyleName styleName)
Gets the
Style that corresponds to given BuiltInCellStyleName . |
Style |
ExcelFile.getStyle(BuiltInCellStyleName styleName)
Gets the
Style from the styles of this workbook that corresponds to given BuiltInCellStyleName . |
boolean |
CellStyleCollection.remove(BuiltInCellStyleName name)
Removes built-in style with the specified name from the workbook.
|
boolean |
ExcelFile.removeStyle(BuiltInCellStyleName name)
Removes built-in style with the specified name from the workbook.
|
© GemBox d.o.o. — All rights reserved.