XlsName
RangeGlobalAddress2007 Property
|
Gets the global address for the range in the worksheet, formatted for Excel 2007 and later.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string RangeGlobalAddress2007 { get; }
Public ReadOnly Property RangeGlobalAddress2007 As String
Get
public:
property String^ RangeGlobalAddress2007 {
String^ get ();
}
member RangeGlobalAddress2007 : string with get
Return Value
Type:
String
A string representing the global address of the range. If the worksheet is not null, it returns the address in the format "'SheetName'!RangeName". Otherwise, it returns "[0]!RangeName".
See Also