Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
FreeLimitReachedAction |
FreeLimitEventArgs.getFreeLimitReachedAction()
Gets the choice for proceeding when free limit is reached.
|
static FreeLimitReachedAction |
SpreadsheetInfo.onLimitReached(ExcelFile file)
Deprecated.
This method is internal and should not be used.
|
static FreeLimitReachedAction |
FreeLimitReachedAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FreeLimitReachedAction[] |
FreeLimitReachedAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FreeLimitEventArgs.setFreeLimitReachedAction(FreeLimitReachedAction value)
Sets the choice for proceeding when free limit is reached.
|
© GemBox Ltd. — All rights reserved.