CellResolve |
public static void ResolveCellCoordinate( string address, out int column, out int row, out CellAddressType addressType )
| Exception | Condition |
|---|---|
| FormatException | Throws a FormatException if the range address was malformed |
| RangeException | Throws a RangeException if the row or column number was out of range |