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

In This Topic
    OnClientAutoSizedRow Property (FlexSheet)
    In This Topic
    Occurs after the user auto-sizes a row by double-clicking the bottom edge of a row header cell.
    Syntax
    'Declaration
     
    
    Public Overridable Property OnClientAutoSizedRow As String
    public virtual string OnClientAutoSizedRow {get; set;}
    See Also