Gets or sets a value indicating whether statistical functions should be exported as formulas or if only the value resulting from said functions should be exported.
'Declaration
Public Property ExportStatFunctionsAsFormulas As Boolean
'Usage
Dim instance As ExcelExporterBase
Dim value As Boolean
instance.ExportStatFunctionsAsFormulas = value
value = instance.ExportStatFunctionsAsFormulas
public bool ExportStatFunctionsAsFormulas {get; set;}
Remarks
The value is true if statistical functions should be exported as formulas & false if only the value resulting from said functions should be exported. The default value is false.
Target Platforms: Windows 11, Windows, 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2