XlsRangesCollection
RangeR1C1AddressLocal Property
|
Returns the range reference for the specified range in the language
of the user using R1C1 style reference . 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 RangeR1C1AddressLocal { get; }
Public ReadOnly Property RangeR1C1AddressLocal As String
Get
public:
virtual property String^ RangeR1C1AddressLocal {
String^ get () sealed;
}
abstract RangeR1C1AddressLocal : string with get
override RangeR1C1AddressLocal : string with get
Property Value
Type:
String
Implements
IXLSRange
RangeR1C1AddressLocal
See Also