menu

File Formats

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MissingFunctionEventArgs - API Reference

    Show / Hide Table of Contents

    Class MissingFunctionEventArgs

    The event args for the MissingFunction event which is raised whenever the CalcEngine encounters a function that is does not know.

    Inheritance
    System.Object
    System.EventArgs
    MissingFunctionEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class MissingFunctionEventArgs : EventArgs

    Constructors

    MissingFunctionEventArgs()

    Declaration
    public MissingFunctionEventArgs()

    Properties

    CellLocation

    Gets the location of the missing function.

    Declaration
    public string CellLocation { get; }
    Property Value
    Type Description
    System.String

    MissingFunctionName

    Gets the name of the unknown function.

    Declaration
    public string MissingFunctionName { get; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved