Click or drag to resize

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; }

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