[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.StyleCollection.Insert

Insert Method

Insert(int, string)

Inserts a new Style with the specified key into the StyleCollection.

Declaration
public void Insert(int index, string key)
Public Sub Insert(index As Integer, key As String)
Parameters
Type Name Description
int index

The index of this inserted Style.

string key

The key of this inserted Style.

Insert(int, string, Style)

Inserts an item with the specified key and value into the StyleCollection.

Declaration
public void Insert(int index, string key, Style style)
Public Sub Insert(index As Integer, key As String, style As Style)
Parameters
Type Name Description
int index

The index of this inserted Style.

string key

The key of this inserted Style.

Style style

The inserted Style object.