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