Version

ShowFilterDialogForTable Method

Shows the filter dialog for a Infragistics.Documents.Excel.WorksheetTableColumn from the ActiveWorksheet
Syntax
'Declaration
 
Public Sub ShowFilterDialogForTable( _
   ByVal worksheetTableColumn As Infragistics.Documents.Excel.WorksheetTableColumn, _
   Optional ByVal spreadsheetFilterDialogOption As SpreadsheetFilterDialogOption _
) 
public void ShowFilterDialogForTable( 
   Infragistics.Documents.Excel.WorksheetTableColumn worksheetTableColumn,
   SpreadsheetFilterDialogOption spreadsheetFilterDialogOption
)

Parameters

worksheetTableColumn
A Infragistics.Documents.Excel.WorksheetTableColumn whose filter is to be viewed or changed.
spreadsheetFilterDialogOption
Optional enumeration that specifies the initial display of the filter dialog.
Exceptions
ExceptionDescription
System.InvalidOperationExceptionIf there is not one (and only one) selected worksheet.
System.ArgumentOutOfRangeExceptionIf the specified WorksheetTableColumn is not in the selected worksheet.
System.ArgumentNullExceptionThe worksheetTableColumn cannot be null
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also