GrapeCity.Xaml.SpreadSheet.Data
AddDateFilter Method


GrapeCity.Xaml.SpreadSheet.Data Namespace > RowFilterBase Class : AddDateFilter Method
The column index.
The date comparison type.
The date for comparison.
Adds the date filter for the row filter.
Syntax
'Declaration
 
Public Sub AddDateFilter( _
   ByVal column As Integer, _
   ByVal compareType As DateCompareType, _
   ByVal date As Date _
) 
'Usage
 
Dim instance As RowFilterBase
Dim column As Integer
Dim compareType As DateCompareType
Dim date As Date
 
instance.AddDateFilter(column, compareType, date)
public void AddDateFilter( 
   int column,
   DateCompareType compareType,
   DateTime date
)

Parameters

column
The column index.
compareType
The date comparison type.
date
The date for comparison.
See Also

Reference

RowFilterBase Class
RowFilterBase Members