XlCalcMemNumberFormatType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the format of cell values that are based on the calculated member.
public enum class XlCalcMemNumberFormatType
public enum XlCalcMemNumberFormatType
Public Enum XlCalcMemNumberFormatType
- Inheritance
-
XlCalcMemNumberFormatType
Fields
Name | Value | Description |
---|---|---|
xlNumberFormatTypeDefault | 0 | Use the default format type of the calculated member for the cell value. |
xlNumberFormatTypeNumber | 1 | Calculated member cell format is a number. |
xlNumberFormatTypePercent | 2 | Calculated member cell format is a percentage. |