AdvancedFindFilterCellProps Constructor
Initializes a new instance of the AdvancedFindFilterCellProps class.
Namespace:
RingSoft.DbMaintenanceAssembly: RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)
Syntax
public AdvancedFindFilterCellProps( DataEntryGridRow row, int columnId, string text, AdvancedFilterReturn filter )
Public Sub New ( _ row As DataEntryGridRow, _ columnId As Integer, _ text As String, _ filter As AdvancedFilterReturn _ )
public: AdvancedFindFilterCellProps( DataEntryGridRow^ row, int^ columnId, String^ text, AdvancedFilterReturn^ filter )
Parameters
- row
- Type: DataEntryGridRow
The row.
- columnId
- Type: Int32
The column identifier.
- text
- Type: String
The text.
- filter
- Type: RingSoft.DbLookup.TableProcessing..::..AdvancedFilterReturn
The filter.