Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXml Interface / ExcelGetAutoFilter Method
Sheet index
Starting column index
Ending column index
Starting row index
Ending row index
Filter string
Filtered-out rows


In This Topic
ExcelGetAutoFilter Method
In This Topic
Gets the Excel XML auto filter.
Syntax
'Declaration
 
Function ExcelGetAutoFilter( _
   ByVal sheet As Short, _
   ByRef startColumn As Integer, _
   ByRef endColumn As Integer, _
   ByRef startRow As Integer, _
   ByRef endRow As Integer, _
   ByRef filterStringList As ArrayList, _
   ByRef filterOutRows As Hashtable _
) As Boolean
 
'Usage
 
Dim instance As IExcelXml
Dim sheet As Short
Dim startColumn As Integer
Dim endColumn As Integer
Dim startRow As Integer
Dim endRow As Integer
Dim filterStringList As ArrayList
Dim filterOutRows As Hashtable
Dim value As Boolean
 
value = instance.ExcelGetAutoFilter(sheet, startColumn, endColumn, startRow, endRow, filterStringList, filterOutRows)

Parameters

sheet
Sheet index
startColumn
Starting column index
endColumn
Ending column index
startRow
Starting row index
endRow
Ending row index
filterStringList
Filter string
filterOutRows
Filtered-out rows
See Also