KDCalc Class Library

IComInterop.GetStyle Method (Int32, Int32)

Get the Style of a cell on the active sheet.

Style GetStyle(
   int row,
   int col
);

Parameters

row
The row of the desired cell.
col
The column of the desired cell.

Return Value

The Style associated with the cell.

See Also

IComInterop Interface | KnowledgeDynamics.KDCalc Namespace | IComInterop.GetStyle Overload List