Numberformat
Namespace:
OfficeOpenXml.Style
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public ExcelNumberFormat Numberformat { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Numberformat As ExcelNumberFormat |
Visual C++ |
---|
public: property ExcelNumberFormat^ Numberformat { ExcelNumberFormat^ get (); void set (ExcelNumberFormat^ value); } |