| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Field and Description |
|---|---|
static SpecialCellsValue |
SpecialCellsValue.Errors
Cells with errors.
|
static SpecialCellsValue |
SpecialCellsValue.Logical
Cells with logical values.
|
static SpecialCellsValue |
SpecialCellsValue.Numbers
Cells with numeric values.
|
static SpecialCellsValue |
SpecialCellsValue.TextValues
Cells with text.
|
| Modifier and Type | Method and Description |
|---|---|
static SpecialCellsValue |
SpecialCellsValue.forValue(int value)
Converts an integer to SpecialCellsValue.
|
static SpecialCellsValue |
SpecialCellsValue.of(SpecialCellsValue value1,
SpecialCellsValue value2)
Combines bit fields as a new SpecialCellsValue instance.
|
static SpecialCellsValue |
SpecialCellsValue.of(SpecialCellsValue value1,
SpecialCellsValue value2,
SpecialCellsValue value3)
Combines bit fields as a new SpecialCellsValue instance.
|
static SpecialCellsValue |
SpecialCellsValue.of(SpecialCellsValue value1,
SpecialCellsValue value2,
SpecialCellsValue value3,
SpecialCellsValue value4)
Combines bit fields as a new SpecialCellsValue instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SpecialCellsValue.hasFlag(SpecialCellsValue other)
Determines whether one or more bit fields are set in the current instance.
|
static SpecialCellsValue |
SpecialCellsValue.of(SpecialCellsValue value1,
SpecialCellsValue value2)
Combines bit fields as a new SpecialCellsValue instance.
|
static SpecialCellsValue |
SpecialCellsValue.of(SpecialCellsValue value1,
SpecialCellsValue value2,
SpecialCellsValue value3)
Combines bit fields as a new SpecialCellsValue instance.
|
static SpecialCellsValue |
SpecialCellsValue.of(SpecialCellsValue value1,
SpecialCellsValue value2,
SpecialCellsValue value3,
SpecialCellsValue value4)
Combines bit fields as a new SpecialCellsValue instance.
|
IRange |
IRange.specialCells(SpecialCellType type,
SpecialCellsValue value)
Gets a IRange object that represents all the cells that match the specified type and value.
|