XlsAutoFiltersCollection
AddressR1C1 Property
 | 
Gets addres of filtered range in R1C1 style. Read only.
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 AddressR1C1 { get; }
 
Public ReadOnly Property AddressR1C1 As String
	Get
 
public:
property String^ AddressR1C1 {
	String^ get ();
}
 
member AddressR1C1 : string with get
 
 
 
Property Value
Type:
String
 
See Also