Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / AllowHeaderResize Property
Example


In This Topic
    AllowHeaderResize Property
    In This Topic
    Gets or sets whether to allow the user to resize the headers.
    Syntax
    'Declaration
     
    
    Public Property AllowHeaderResize As Boolean
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Boolean
     
    instance.AllowHeaderResize = value
     
    value = instance.AllowHeaderResize
    public bool AllowHeaderResize {get; set;}

    Property Value

    Boolean: true to allow the user to resize the header; false to prohibit it
    Remarks
    Setting this property to false, the user cannot change the column header height or the row header width, but the user can still change the column header width or the row header height.
    Example
    See Also