Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
SheetVisibility |
ExcelWorksheet.getVisibility()
Gets the worksheet visibility.
|
static SheetVisibility |
SheetVisibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SheetVisibility[] |
SheetVisibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ExcelWorksheet.setVisibility(SheetVisibility visibility)
Sets the worksheet visibility.
|
© GemBox d.o.o. — All rights reserved.