Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatter Interface / ContainsDateFormat Method


In This Topic
ContainsDateFormat Method
In This Topic
Gets a value indicating whether this IFormatter contains Day, Month or Year in the section formatter.
Syntax
'Declaration
 
Function ContainsDateFormat() As Boolean
 
'Usage
 
Dim instance As IFormatter
Dim value As Boolean
 
value = instance.ContainsDateFormat()

Return Value

true if this IFormatter contains Day, Month or Year in the section formatter; otherwise, false.
See Also