INamedRange
NameLocal Property
|
Returns or sets the name of the object, in the language of the user.
Read / write String for Name.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
string NameLocal { get; set; }
Property NameLocal As String
Get
Set
property String^ NameLocal {
String^ get ();
void set (String^ value);
}
abstract NameLocal : string with get, set
Property Value
Type:
String
See Also