Takes a Cell Reference string and returns the Column and Row indexes.

Syntax

ISExcelWorkbook.CellReferenceToColumnRow(cellReference, column, row)

Parameters

NameTypeOptionalByRefDescription
cellReference String The Cell Reference, e.g. "A1", "D25".
column Integer ByRef Returns the one-based index of the Column.
row Integer ByRef Returns the one-based index of the Row.
Member of:
ISExcelWorkbook
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0