KDCalc Class Library

KDCalcEngine.GetStyle Method (String)

Get the Style of a cell on the specified worksheet using the Sheet!A1 syntax.

public Style GetStyle(
   string sheetRowCol
);

Parameters

sheetRowCol
The sheet, row, col specified in Sheet!A1 syntax.

Return Value

The Style associated with the specified cell.

Remarks

If no sheet is specified, the active sheet is used.

Example

res = GetStyle('my result sheet'!BC237)

See Also

KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace | KDCalcEngine.GetStyle Overload List