Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / CommandBarInfo Class / ShowExcelButton Property


In This Topic
    ShowExcelButton Property
    In This Topic
    Gets or sets whether to display the save Excel button.
    Syntax
    'Declaration
     
    
    Public Property ShowExcelButton As Boolean
    'Usage
     
    
    Dim instance As CommandBarInfo
    Dim value As Boolean
     
    instance.ShowExcelButton = value
     
    value = instance.ShowExcelButton
    public bool ShowExcelButton {get; set;}
    See Also