For the Name object, a string containing the formula that
the name is defined to refer to.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string Value { get; set; }
Public Property Value As String
Get
Set
public:
virtual property String^ Value {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Value : string with get, set
override Value : string with get, set
Property Value
Type:
String
Implements
INamedRange
Value
IXLSRange
Value
See Also