Gets or sets whether to allow the user to resize the headers.
Syntax
'Declaration
Public Property AllowHeaderResize As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
instance.AllowHeaderResize = value
value = instance.AllowHeaderResize
public bool AllowHeaderResize {get; set;}
See Also