Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DateGroupItem Structure / IsMatched(DateTime) Method


In This Topic
IsMatched(DateTime) Method
In This Topic
Syntax
'Declaration
 
Public Function IsMatched( _
   ByVal date As Date _
) As Boolean
 
'Usage
 
Dim instance As DateGroupItem
Dim date As Date
Dim value As Boolean
 
value = instance.IsMatched(date)

Parameters

date
See Also