XlsName
RangeR1C1Address Property
|
Returns the range reference using R1C1 notation.
Read-only String.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string RangeR1C1Address { get; }
Public ReadOnly Property RangeR1C1Address As String
Get
public:
virtual property String^ RangeR1C1Address {
String^ get () sealed;
}
abstract RangeR1C1Address : string with get
override RangeR1C1Address : string with get
Property Value
Type:
String
Implements
IXLSRange
RangeR1C1Address
See Also