ExcelRectCellAddressIsValid Method |
Namespace: Aceoffix.Utilities
The CellAddress represents a single cell and it must use A1-style notation.
![]() |
---|
The A1-style notation is defined in Microsoft Excel. For example: the B5 cell is the cell whose row index is 5 and column index is 2. Note: There is a limit that the maximum number of columns per worksheet is 676 and the maximum number of rows is 65,536 in Excel2003 and earlier versions. |
if(Aceoffix.Utilities.ExcelRect.CellAddressIsValid("B5")) { // Do someting. }