CalculatedMember.NumberFormat Property
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.
Returns an XlCalcMemNumberFormatType value that represents the number format of the calculated member. The default value is xlNumberFormatTypeDefault. Read-only.
public:
property Microsoft::Office::Interop::Excel::XlCalcMemNumberFormatType NumberFormat { Microsoft::Office::Interop::Excel::XlCalcMemNumberFormatType get(); };
public Microsoft.Office.Interop.Excel.XlCalcMemNumberFormatType NumberFormat { get; }
Public ReadOnly Property NumberFormat As XlCalcMemNumberFormatType