[]
Sets the format string for formatting values.
public void SetFormatString(string value, bool isDateFormat)
Public Sub SetFormatString(value As String, isDateFormat As Boolean)
Type | Name | Description |
---|---|---|
string | value | Format string for formatting values |
bool | isDateFormat | Whether to consider the number as a date and time value |