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


In This Topic
    ClientAutoSizeMaxHeight Property
    In This Topic
    Gets or sets the maximum height of Spread when the ClientAutoSize property is True.
    Syntax
    'Declaration
     
    
    Public Property ClientAutoSizeMaxHeight As Integer
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Integer
     
    instance.ClientAutoSizeMaxHeight = value
     
    value = instance.ClientAutoSizeMaxHeight
    public int ClientAutoSizeMaxHeight {get; set;}
    Example
    This example uses the ClientAutoSizeMaxHeight property.
    See Also