Gets or sets the value of a named range. Named ranges are defined in the Excel file.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0
Syntax
VB
Property NamedRangeValue ( name As String ) As Object Get Set
C#
Object this[ string name ] { get; set; }
Parameters
- name
- Type: System.String
The name of the range
Property Value
Type: ObjectIf the range refers to a single cell, this will be a single object. Otherwise it will be an array.