CustomFilterCollection
GetEnumerator Method
 
 | 
 Returns an enumerator that iterates through the collection.
 Namespace:
 Spire.Xls.Core.Spreadsheet.AutoFilter
 Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
 
public IEnumerator GetEnumerator()
 
Public Function GetEnumerator As IEnumerator
 
public:
IEnumerator^ GetEnumerator()
 
member GetEnumerator : unit -> IEnumerator 
 
 
 
Return Value
 
 Type:
 
IEnumerator
 
 An IEnumerator object that can be used to iterate through the collection.
 
See Also