Spread Windows Forms 12.0 Product Documentation
ContainsDateFormat Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IFormatter Interface : ContainsDateFormat Method
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()
bool ContainsDateFormat()

Return Value

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

Reference

IFormatter Interface
IFormatter Members