KDCalc Class Library

IComInterop.GetStyle Method (String, Int32, Int32)

Get the Style of a cell on the specified worksheet. Does not change the active sheet.

Style GetStyle(
   string sheetName,
   int row,
   int col
);

Parameters

sheetName
The index of the worksheet.
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