IRangeProvider Methods
Provides properties and methods to get cell ranges.
Name | Description |
---|---|
From |
Returns a cell range by the indexes of the bounding rows and columns. |
Get |
Returns the index of the column with the specified heading in the A1 reference style. |
Get |
Returns the heading of the column with the specified index. |
Parse |
Returns a cell range by its reference string in the specified reference style. |
Parse |
Returns a cell range by its reference string in the A1 reference style. |
Union |
Creates a complex range that is the union of multiple ranges. |
Union |
Creates a complex range that is the union of multiple ranges. |
Validate |
Validates the cell reference in accordance with the specified cell reference style. |
Validate |
Validates the cell reference in accordance with the cell reference style used in the workbook. |
See Also