In This Topic
Gets or sets whether to resize the spread automatically.
Syntax
'Declaration
Public Property ClientAutoSize As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
instance.ClientAutoSize = value
value = instance.ClientAutoSize
public bool ClientAutoSize {get; set;}
Example
This example sets the ClientAutoSize property.
See Also