Click or drag to resize

IGoExcelNamedRangeValue Property

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: 23.0
Syntax
Property NamedRangeValue ( 
	name As String
) As Object
	Get
	Set

Parameters

name
Type: SystemString
The name of the range

Property Value

Type: Object
If the range refers to a single cell, this will be a single object. Otherwise it will be an array.
See Also