Gets a reference to the XLNamedRange object with the specified name.
Returns null if an object with the specified name could not be found in the collection.
Namespace:
C1.Silverlight.ExcelAssembly: C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)
Syntax
C# |
---|
public XLNamedRange this[ string name ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ name As String _ ) As XLNamedRange Get |
Parameters
- name
- Type: System..::..String