[]
        
(Showing Draft Content)

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

StyleCollection Constructor

StyleCollection()

Initializes a new instance of the StyleCollection class.

Declaration
public StyleCollection()
Public Sub New()

StyleCollection(string[], Style[])

Initializes a new instance of the StyleCollection class.

Declaration
public StyleCollection(string[] keys, Style[] styles)
Public Sub New(keys As String(), styles As Style())
Parameters
Type Name Description
string[] keys

A Key array to be added to the StyleCollection.

Style[] styles

A Style array to be added to the StyleCollection.