[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollection.Item

this Property

this[int]

Gets or sets the SideButtonBase at the specified index in the collection.

Declaration
public SideButtonBase this[int index] { get; set; }
Public Default Property Item(index As Integer) As SideButtonBase
Parameters
Type Name Description
int index

The zero-based index of the collection to access.

Property Value
Type Description
SideButtonBase

A SideButtonBase at each valid index.

Exceptions
Type Condition
ArgumentOutOfRangeException

The index parameter is outside the valid range of indexes for the collection.

this[string]

Gets or sets the element with the specified name.

Declaration
public virtual SideButtonBase this[string name] { get; set; }
Public Overridable Default Property Item(name As String) As SideButtonBase
Parameters
Type Name Description
string name
Property Value
Type Description
SideButtonBase

An element of INamedObject type that indicates the specified item.