KDCalc Class Library

KDCalcEngine.GetStyle Method

Get the Style of a cell on the active sheet.

Overload List

Get the Style of a cell on the active sheet.

public Style GetStyle(int,int);

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

public Style GetStyle(int,int,int);

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

public Style GetStyle(string);

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

public Style GetStyle(string,int,int);

See Also

KDCalcEngine Class | KnowledgeDynamics.KDCalc Namespace