Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralCellType Class / SetFormatString Method
Format string for formatting values
Whether to consider the number as a date and time value


In This Topic
SetFormatString Method (GeneralCellType)
In This Topic
Sets the format string for formatting values.
Syntax
'Declaration
 
Public Sub SetFormatString( _
   ByVal value As String, _
   ByVal isDateFormat As Boolean _
) 
 
'Usage
 
Dim instance As GeneralCellType
Dim value As String
Dim isDateFormat As Boolean
 
instance.SetFormatString(value, isDateFormat)

Parameters

value
Format string for formatting values
isDateFormat
Whether to consider the number as a date and time value
See Also