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