[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ButtonTextCollection.RemoveAt

RemoveAt Method

RemoveAt(int)

Remove the item according to the special index.

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

The special index in the ButtonTextCollection.

Overrides