WebCells.CellNameToIndex

WebCells.CellNameToIndex method

Gets the cell row and column indexes according to its name

public static void CellNameToIndex(string cellName, out int row, out int column)
ParameterTypeDescription
cellNameStringName of cell.
rowInt32&Output row index
columnInt32&Output column index

See Also