Name | Description | |
---|---|---|
![]() | Culture | Gets the culture for the current formatter. |
![]() | FormatCode | Gets the format code for this formatter. |
![]() | SectionCount | Gets the total number of sections in the number format. |
The following tables list the members exposed by IFormatter.
Name | Description | |
---|---|---|
![]() | Culture | Gets the culture for the current formatter. |
![]() | FormatCode | Gets the format code for this formatter. |
![]() | SectionCount | Gets the total number of sections in the number format. |
Name | Description | |
---|---|---|
![]() | ContainsCurrencyFormat | Gets a value indicating whether this IFormatter contains currency number format in the section formatter. |
![]() | ContainsDateFormat | Gets a value indicating whether this IFormatter contains Day, Month or Year in the section formatter. |
![]() | ContainsDateTimeFormat | Gets a value indicating whether this Formatter contains at least one Date section formatter. |
![]() | ContainsFraction | Gets a value indicating whether this IFormatter contains fraction number format in the section formatter. |
![]() | ContainsGroupSeparator | Gets a value indicating whether this IFormatter contains group separator in the section formatter. |
![]() | ContainsNumberFormat | Gets a value indicating whether this IFormatter contains number format in the section formatter. |
![]() | ContainsPercentage | Gets a value indicating whether this IFormatter contains percentage number format in the section formatter. |
![]() | ContainsScientificFormat | Gets a value indicating whether this IFormatter contains scientific format in the section formatter. |
![]() | ContainsTimeFormat | Gets a value indicating whether this Formatter contains at least one Time section formatter. |
![]() | Format | Overloaded. Formats the specified date to display text. |
![]() | GetDecimalPartLength | Gets a value indicating the decimal part's length of section inside IFormatter. |
![]() | IsDateGeneral | Determines whether the current formatter is general formatter for date values. |
![]() | IsExportCustomizable | Determines whether the formatter customize the exported cell value. |
![]() | IsFormattedAsNumeric | Determines whether the specified numeric value is formatted as numeric. |
![]() | IsFormattedAsText | Overloaded. Determines whether the specified numeric value is formatted as text. |
![]() | IsFormattedColorForNegativeValues | Indicates whether the current formatter will format negative value with the specified color. |
![]() | IsFormattedWithDBNum | Determines whether the current formatter formats number with DBNum. |
![]() | IsFormattedWithParenthesesForPositiveValues | Indicates whether the current formatter will format positive value with the parentheses. |
![]() | IsGeneral | Determines whether the current formatter is general formatter. |
![]() | Parse | Parses the specified format string. |
![]() | ParseText | Parse the specified text to a cell value. |