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






In This Topic
    OnClientEndDroppingRowColumn Property
    In This Topic
    Occurs when end dropping the rows or the columns of the FlexSheet.
    Syntax
    'Declaration
     
    
    Public Property OnClientEndDroppingRowColumn As System.String
    'Usage
     
    
    Dim instance As FlexSheet
    Dim value As System.String
     
    instance.OnClientEndDroppingRowColumn = value
     
    value = instance.OnClientEndDroppingRowColumn
    public System.string OnClientEndDroppingRowColumn {get; set;}
    public read-write property OnClientEndDroppingRowColumn: System.String; 
    public function get,set OnClientEndDroppingRowColumn : System.String
    public: __property System.string* get_OnClientEndDroppingRowColumn();
    public: __property void set_OnClientEndDroppingRowColumn( 
       System.string* value
    );
    public:
    property System.String^ OnClientEndDroppingRowColumn {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also