[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.Xaml.XamlCollection-1.Item

this Property

this[int]

Gets the sheet at the special index.

Declaration
public virtual T this[int index] { get; }
Public Overridable ReadOnly Default Property Item(index As Integer) As T
Parameters
Type Name Description
int index

An int value that indicates the index.

Property Value
Type Description
T

The sheet at the special index.