[]
Provide some helper functions.
public static class CellInfo
Public Module CellInfo
| Name | Description |
|---|---|
| CellIndexToName(int, int) | Gets cell name(address) according to its row and column indexes. |
| CellNameToIndex(string, out int, out int) | Gets cell row and column according to its name(address). |
| ColumnIndexToName(int) | Gets column name according to column index. |
| ColumnNameToIndex(string) | Gets column index according to column name. |
| GetAccurateRangeBoundary(IRange) | Returns the position and size (in pixels) of the specified range. |
| GetRangeBoundary(IRange) | Returns the position and size (in pixels) of the specified range. |
| RowIndexToName(int) | Gets row name according to row index. |
| RowNameToIndex(string) | Gets row index according to row name. |