MindFusion.Wpf Pack Programmer's Guide
UndoableCollection(T).Item Property
See Also
 





Gets the item at the specified index.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public T Item [
    int index
] { get; }

Visual Basic  Copy Code

Public ReadOnly Property Item( _
    index As Integer _
) As T

 Parameters

index

The zero-based index of the item to get.

 Property Value

The item at the specified index.

 See Also

UndoableCollection(T) Members
UndoableCollection(T) Class
MindFusion.Spreadsheet.Wpf Namespace