[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CellInfo.CellIndexToName

CellIndexToName Method

CellIndexToName(int, int)

根据单元格的行和列索引获取单元格名称(地址)。

Declaration
public static string CellIndexToName(int row, int column)
Parameters
Type Name Description
int row

行索引。

int column

列索引。

Returns
Type Description
string

单元格的地址。