GcSpread.Sheets Namespace : GeneralFormatter class |
var instance = new GcSpread.Sheets.GeneralFormatter(format, formatMode, cultureName);
function GeneralFormatter;
Object
GcSpread.Sheets.GeneralFormatter
Name | Description | |
---|---|---|
GeneralFormatter Constructor | Represents a formatter with the specified format mode and format string. |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a formatter property is changed. |
Name | Description | |
---|---|---|
ExcelCompatibleFormatString | Gets the Excel-compatible format string. | |
Format | Formats the specified object as a string with a conditional color. | |
FormatMode | Gets the format mode for this formatter. | |
FormatString | Gets the format string for this formatter. | |
GetFormatType | Gets the preferred formatter type for a specified object. | |
GetPreferredDisplayFormatter | Gets the preferred display format string. | |
GetPreferredEditingFormatter | Gets the preferred editing formatter. | |
HasFormatedColor | Gets a value that indicates whether this formatted text contains a foreground color. | |
IsDefaultFormat | Gets a value that indicates whether this formatter is the default formatter. | |
Parse | Parses the specified text. |