ExcelWorkbookFormulaNumberFormat Property
Gets or sets the number format in formula used when parsing formulas. Set this propery before assigning
a formula expression to a cell. The default value is the number format for the current culture.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public NumberFormatInfo FormulaNumberFormat { get; set; }
Public Property FormulaNumberFormat As NumberFormatInfo
Get
Set
public:
property NumberFormatInfo^ FormulaNumberFormat {
NumberFormatInfo^ get ();
void set (NumberFormatInfo^ value);
}
member FormulaNumberFormat : NumberFormatInfo with get, set
Property Value
NumberFormatInfo