'Declaration Public Overridable Property IsDateFormat As Boolean
'Usage Dim instance As GeneralCellType Dim value As Boolean instance.IsDateFormat = value value = instance.IsDateFormat
public virtual bool IsDateFormat {get; set;}
Property Value
True if the GeneralFormatter class's SetFormatString method was called with the isDateFormat parameter set to true; false otherwisetrue if date-time; false otherwise