Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid.Export Namespace / ExcelExporterBase Class / ExportStatFunctionsAsFormulas Property


In This Topic
    ExportStatFunctionsAsFormulas Property
    In This Topic
    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. 
    Syntax
    '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.

    Note that this property ignores ModeFunction's AllowMultimodal property.  

    Requirements

    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

    See Also