KDCalc Class Library

IComInterop.GetCellTypeFromNamedCell Method 

Returns a CellType value for a named cell on the specified sheet.

CellType GetCellTypeFromNamedCell(
   string namedCell
);

Parameters

namedCell
the desired cell's name

Return Value

The constant associated with the cell's type, either FORMULA, EMPTY, NUM, TXT, BOOL, ERR, or DATE.

See Also

IComInterop Interface | KnowledgeDynamics.KDCalc Namespace