Spread for ASP.NET 12 Product Documentation
CommandBarOnBottom Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : CommandBarOnBottom Property
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

Reference

FpSpread Class
FpSpread Members