Skip to main content
All docs
V26.1
  • ExplainFormulaBehavior.ExplainFormulaAsync() Method

    Generates a detailed explanation of the formula used in a worksheet cell (which clarifies its purpose and function).

    Namespace: DevExpress.AIIntegration.Wpf

    Assembly: DevExpress.AIIntegration.Wpf.v26.1.dll

    Declaration

    public Task ExplainFormulaAsync()

    Returns

    Type Description
    Task

    The response that contains AI-generated text.

    See Also