Version

ShowDialog(ColumnFilter,RowsCollection) Method

Initializes the dialog with the specified parameters and displays it.
Syntax
'Declaration
 
Public Overloads Function ShowDialog( _
   ByVal columnFilter As ColumnFilter, _
   ByVal rows As RowsCollection _
) As DialogResult
public DialogResult ShowDialog( 
   ColumnFilter columnFilter,
   RowsCollection rows
)

Parameters

columnFilter
The filter conditions of this columnFilter will be displayed in the dialog. When the user okays the dialog, the columnFilter will be modified to reflect any changes.
rows
The operand fields typically display a list of unique cell values. These cell values will be retrieved from this rows collection. This parameter is optional. You can specify it as null.

Return Value

Returns the dialog result the indicates whether the user clicked Ok or Cancel.
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