SetFormatString Method (GeneralCellType)
Sets the format string for formatting values.
'Declaration
Public Sub SetFormatString( _
ByVal As String, _
ByVal 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