[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CellInfo.CellIndexToName

CellIndexToName Method

CellIndexToName(int, int)

Gets cell name(address) according to its row and column indexes.

Declaration
public static string CellIndexToName(int row, int column)
Public Shared Function CellIndexToName(row As Integer, column As Integer) As String
Parameters
Type Name Description
int row

The row index.

int column

The column index.

Returns
Type Description
string

The address of cell.