XlsRangesCollection
RangeGlobalAddress 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 RangeGlobalAddress { get; }
Public ReadOnly Property RangeGlobalAddress As String
Get
public:
virtual property String^ RangeGlobalAddress {
String^ get () sealed;
}
abstract RangeGlobalAddress : string with get
override RangeGlobalAddress : string with get
Property Value
Type:
String
Implements
IXLSRange
RangeGlobalAddress
See Also