[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SubStyle.-ctor

SubStyle Constructor

SubStyle()

Initializes a new instance of the SubStyle class.

Declaration
public SubStyle()
Public Sub New()

SubStyle(Color, Color)

Initializes a new instance of the SubStyle class with specified initialization properties.

Declaration
public SubStyle(Color backColor, Color foreColor)
Public Sub New(backColor As Color, foreColor As Color)
Parameters
Type Name Description
Color backColor

The initialization of the BackColor property.

Color foreColor

The initialization of the ForeColor property.

SubStyle(Color, Color, bool, bool)

Initializes a new instance of the SubStyle class with specified initialization properties.

Declaration
public SubStyle(Color backColor, Color foreColor, bool bold, bool underLine)
Public Sub New(backColor As Color, foreColor As Color, bold As Boolean, underLine As Boolean)
Parameters
Type Name Description
Color backColor

The initialization of the BackColor property.

Color foreColor

The initialization of the ForeColor property.

bool bold

The initialization of the Bold property.

bool underLine

The initialization of the UnderLine property.