Spread for ASP.NET 12 Product Documentation
ClientAutoSizeMaxHeight Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : ClientAutoSizeMaxHeight Property
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;}
See Also

Reference

FpSpread Class
FpSpread Members