Version

ShowTopOrBottomDialogForTable Method

Shows the Top or Bottom Dialog for a Infragistics.Documents.Excel.WorksheetTableColumn from the ActiveWorksheet
Syntax
'Declaration
 
Public Sub ShowTopOrBottomDialogForTable( _
   ByVal worksheetTableColumn As Infragistics.Documents.Excel.WorksheetTableColumn _
) 
public void ShowTopOrBottomDialogForTable( 
   Infragistics.Documents.Excel.WorksheetTableColumn worksheetTableColumn
)

Parameters

worksheetTableColumn
A Infragistics.Documents.Excel.WorksheetTableColumn whose filter is to be viewed or changed.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionIf the relativeColumnIndex is outside of the Infragistics.Documents.Excel.Filtering.WorksheetFilterSettings.Region.
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 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