ComponentOne Web API Edition
Value Property (DefinedName)

C1.Web.Api.Excel Namespace > DefinedName Class : Value Property
The value of the defined name item. The value could be a formula, a string constant or a cell range. For e.g. "Sum(1, 2, 3)", "1.2", "\"test\"" or "sheet1!A1:B2".
Syntax
'Declaration
 
<DefaultValueAttribute()>
<XmlAttributeAttribute()>
Public Property Value As String
[DefaultValue()]
[XmlAttribute()]
public string Value {get; set;}
See Also

Reference

DefinedName Class
DefinedName Members