[]
Gets cell row and column according to its name(address).
public static void CellNameToIndex(string name, out int row, out int column)
Public Shared Sub CellNameToIndex(name As String, ByRef row As Integer, ByRef column As Integer)
The cell name.
The row index.
The column index.