[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.Remove

Remove Method

Remove(SideButtonBase)

Removes the specified SideButtonBase from the collection.

Declaration
public void Remove(SideButtonBase value)
Public Sub Remove(value As SideButtonBase)
Parameters
Type Name Description
SideButtonBase value

The SideButtonBase to remove from the collection.

Exceptions
Type Condition
ArgumentException

The specified object is not found in the collection.