| ExcelRect Class |
Namespace: Aceoffix.Utilities
The ExcelRect type exposes the following members.
| Name | Description | |
|---|---|---|
| ExcelRect |
Initializes a new instance of the ExcelRect class with the specified RangeAddress.
|
| Name | Description | |
|---|---|---|
| CellAddressIsValid |
Static method. Returns whether the given CellAddress is valid.
| |
| GetRangeAddress |
Specifies left, top, right, bottom and returns RangeAddress.
| |
| IsValid |
Determines whether the RangeAddress specified in constructor is valid.
| |
| LooklikeCellAddress |
Static method. Determines whether the given CellAddress is the notation.
| |
| LooklikeRangeAddress |
Static method. Determines whether the given RangeAddress is the notation.
|
| Name | Description | |
|---|---|---|
| bottom |
End index of row.
| |
| left |
Start index of column.
| |
| right |
End index of column.
| |
| top |
Start index of row.
|