Gets a reference to the XLNamedRange object at the specified index.
Returns null if an invalid index is specified.
Namespace:
C1.Silverlight.ExcelAssembly: C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)
Syntax
C# |
---|
public XLNamedRange this[ int index ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As XLNamedRange Get |
Parameters
- index
- Type: System..::..Int32