INamedRange
Value Property
|
For the Name object, a string containing the formula that the name is
defined to refer to. The string is in A1-style notation in the language
of the macro, and it begins with an equal sign.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
string Value { get; set; }
Property Value As String
Get
Set
property String^ Value {
String^ get ();
void set (String^ value);
}
abstract Value : string with get, set
Property Value
Type:
String
See Also