[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpScrollBarButtonCollection.Item

this Property

this[int]

Gets or sets the object at the specified index.

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