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






In This Topic
    OnClientColumnChanged Property
    In This Topic
    Occurs after inserting or deleting columns.
    Syntax
    'Declaration
     
    
    Public Property OnClientColumnChanged As System.String
    'Usage
     
    
    Dim instance As FlexSheet
    Dim value As System.String
     
    instance.OnClientColumnChanged = value
     
    value = instance.OnClientColumnChanged
    public System.string OnClientColumnChanged {get; set;}
    public read-write property OnClientColumnChanged: System.String; 
    public function get,set OnClientColumnChanged : System.String
    public: __property System.string* get_OnClientColumnChanged();
    public: __property void set_OnClientColumnChanged( 
       System.string* value
    );
    public:
    property System.String^ OnClientColumnChanged {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also