Gets or sets whether to display the command bar at the bottom of the Spread component.
Syntax
'Declaration
Public Property CommandBarOnBottom As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
instance.CommandBarOnBottom = value
value = instance.CommandBarOnBottom
public bool CommandBarOnBottom {get; set;}
See Also