CustomFilterCollection
Item Property
 | 
Gets the custom filter in the specific index.
Namespace:
Spire.Xls.Core.Spreadsheet.AutoFilter
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public CustomFilter this[
	int index
] { get; }
 
Public ReadOnly Default Property Item ( 
	index As Integer
) As CustomFilter
	Get
 
public:
property CustomFilter^ default[int index] {
	CustomFilter^ get (int index);
}
 
member Item : CustomFilter with get
 
 
 
Parameters
- 
index
 
- 
Type:
System
Int32
The index.
 
Return Value
Type:
CustomFilter
 
See Also