ExcelWorkbookFormulaNumberFormat Property |
Gets or sets the number format in formula used when parsing formulas. Set this property before assigning
a formula expression to a cell. The default value is the number format for the current culture.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public NumberFormatInfo FormulaNumberFormat { get; set; }
Public Property FormulaNumberFormat As NumberFormatInfo
Get
Set
Property Value
Type:
NumberFormatInfoSee Also