KDCalc Class Library

IComInterop.GetCellType Method

Returns a CellType value for a cell on the active sheet.

Overload List

Returns a CellType value for a cell on the active sheet.

CellType GetCellType(int,int);

Returns a CellType value for a cell on the specified sheet. Does not change the active sheet.

CellType GetCellType(int,int,int);

Returns a CellType value for a cell on the specified sheet. Does not change the active sheet.

CellType GetCellType(string,int,int);

See Also

IComInterop Interface | KnowledgeDynamics.KDCalc Namespace | CellType