MindFusion.Wpf Pack Programmer's Guide
NamedRangeCollection.Item Property
See Also
 





Gets or sets the element at the specified index.

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

 Syntax

C#  Copy Code

public new NamedRange Item [
    int index
] { get; set; }

Visual Basic  Copy Code

Public Shadows Property Item( _
    index As Integer _
) As NamedRange

 Parameters

index

The zero-based index of the element to get or set.

 Property Value

The element at the specified index.

 See Also

NamedRangeCollection Members
NamedRangeCollection Class
MindFusion.Spreadsheet.Wpf Namespace