[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SubStyleCollection.Insert

Insert Method

Insert(int, string)

Inserts a new SubStyle with the specified key into the SubStyleCollection.

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 SubStyle.

string key

The key of this inserted SubStyle.

Insert(int, string, SubStyle)

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

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

The index of this inserted SubStyle.

string key

The key of this inserted SubStyle.

SubStyle subStyle

The inserted SubStyle object.