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


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