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