XlsRangesCollection
RangeGlobalAddress2007 Property
|
Gets address global in the format required by Excel 2007.
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 RangeGlobalAddress2007 { get; }
Public ReadOnly Property RangeGlobalAddress2007 As String
Get
public:
virtual property String^ RangeGlobalAddress2007 {
String^ get () sealed;
}
abstract RangeGlobalAddress2007 : string with get
override RangeGlobalAddress2007 : string with get
Property Value
Type:
String
Implements
ICombinedRange
RangeGlobalAddress2007
See Also