XlsRangesCollection
RangeAddressLocal Property
|
Returns the range reference for the specified range in the language
of the user. Read-only String.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string RangeAddressLocal { get; }
Public ReadOnly Property RangeAddressLocal As String
Get
public:
virtual property String^ RangeAddressLocal {
String^ get () sealed;
}
abstract RangeAddressLocal : string with get
override RangeAddressLocal : string with get
Property Value
Type:
String
Implements
IXLSRange
RangeAddressLocal
See Also