KDCalc Class Library

IComInterop.GetCellName Method 

Get the Name assciated of a cell on the specified worksheet. Returns the first found name if more than one name is associated with the cell. Returns null if no Name is associated with the cell. Does not change the active sheet.

string GetCellName(
   int sheetIndex,
   int row,
   int col
);

Parameters

sheetIndex
The index of the worksheet.
row
The row of the desired cell.
col
The column of the desired cell.

Return Value

The name associated with a cell.

See Also

IComInterop Interface | KnowledgeDynamics.KDCalc Namespace