Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
RowColumn |
CellRange.findText(Pattern pattern)
Finds the first occurrence which matches the specified
Pattern in the current cell range. |
RowColumn |
CellRange.findText(String text)
Finds the first occurrence of the specified text in the current cell range.
|
RowColumn |
CellRange.findText(String text,
boolean matchCase)
Finds the first occurrence of the specified text in the current cell range.
|
RowColumn |
CellRange.findText(String text,
boolean matchCase,
boolean matchEntireCellContents)
Finds the first occurrence of the specified text in the current cell range.
|
static RowColumn |
RowColumn.of(int row,
int column)
Deprecated.
This method is internal and should not be used.
|
static RowColumn |
CellRange.positionToRowColumn(String position)
Converts position String ("A1", "BN27", etc.) to row and column index.
|
Modifier and Type | Method and Description |
---|---|
static com.gembox.internal.core.Result<RowColumn> |
CellRange.tryPositionToRowColumn(String position)
Deprecated.
This method is internal and should not be used.
|
Modifier and Type | Method and Description |
---|---|
void |
ExcelDrawingCollectionImpl.getLastRowColumn(RowColumn lastRowColumn)
Deprecated.
This method is internal and should not be used.
|
© GemBox Ltd. — All rights reserved.