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






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