MultipleFilterCollection
GetByIndex Method
 | 
Retrieves an object from the collection at the specified 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 Object GetByIndex(
	int index
)
 
Public Function GetByIndex ( 
	index As Integer
) As Object
 
public:
Object^ GetByIndex(
	int index
)
 
member GetByIndex : 
index : int -> Object 
 
 
 
Parameters
- 
index
 
- 
Type:
System
Int32
The zero-based index of the object to retrieve.
 
Return Value
Type:
Object
The object at the specified index.
 
See Also