Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SaveExcelEventArgs Class / Password Property


In This Topic
    Password Property (SaveExcelEventArgs)
    In This Topic
    Gets or sets the Excel save options
    Syntax
    'Declaration
     
    Public Property Password As String
    'Usage
     
    Dim instance As SaveExcelEventArgs
    Dim value As String
     
    instance.Password = value
     
    value = instance.Password
    public string Password {get; set;}
    See Also