ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheet Class / OnClientUnknownFunction Property






In This Topic
    OnClientUnknownFunction Property
    In This Topic
    Occurs when the @see:FlexSheet meets the unknown formula.
    Syntax
    'Declaration
     
    
    Public Property OnClientUnknownFunction As System.String
    'Usage
     
    
    Dim instance As FlexSheet
    Dim value As System.String
     
    instance.OnClientUnknownFunction = value
     
    value = instance.OnClientUnknownFunction
    public System.string OnClientUnknownFunction {get; set;}
    public read-write property OnClientUnknownFunction: System.String; 
    public function get,set OnClientUnknownFunction : System.String
    public: __property System.string* get_OnClientUnknownFunction();
    public: __property void set_OnClientUnknownFunction( 
       System.string* value
    );
    public:
    property System.String^ OnClientUnknownFunction {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also