Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
com.gembox.spreadsheet.conditionalformatting |
Contains types used to format cells conditionally based on their values.
|
Modifier and Type | Method and Description |
---|---|
ConditionalFormatRuleCollection |
ExcelWorksheet.getConditionalFormatting()
Gets the conditional formatting rules applied on cell ranges of this sheet.
|
Modifier and Type | Method and Description |
---|---|
static ConditionalFormatRuleCollection |
ConditionalFormatRuleCollection.create(ExcelWorksheet sheet)
Deprecated.
This method is internal and should not be used.
|
static ConditionalFormatRuleCollection |
ConditionalFormatRuleCollection.create(ExcelWorksheet sheet,
ConditionalFormatRuleCollection source)
Deprecated.
This method is internal and should not be used.
|
ConditionalFormatRuleCollection |
ConditionalFormatRule.getParent()
Deprecated.
This method is internal and should not be used.
|
Modifier and Type | Method and Description |
---|---|
static ConditionalFormatRule |
ConditionalFormatRule.create(ConditionalFormatRuleCollection parent)
Deprecated.
This method is internal and should not be used.
|
static ConditionalFormatRule |
ConditionalFormatRule.create(ConditionalFormatRuleCollection parent,
ConditionalFormatRule source)
Deprecated.
This method is internal and should not be used.
|
static ConditionalFormatRule |
ConditionalFormatRule.create(ConditionalFormatRuleCollection parent,
String appliesTo)
Deprecated.
This method is internal and should not be used.
|
static ConditionalFormatRuleCollection |
ConditionalFormatRuleCollection.create(ExcelWorksheet sheet,
ConditionalFormatRuleCollection source)
Deprecated.
This method is internal and should not be used.
|
© GemBox d.o.o. — All rights reserved.