[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SubStyleCollection.RemoveAt

RemoveAt Method

RemoveAt(int)

Removes the element with the specified index from the SubStyleCollection.

Declaration
public override void RemoveAt(int index)
Public Overrides Sub RemoveAt(index As Integer)
Parameters
Type Name Description
int index

The specified index integer.

Overrides