Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SaveExcelEventArgs Class / Flag Property


In This Topic
    Flag Property
    In This Topic
    Gets or sets password of Excel file.
    Syntax
    'Declaration
     
    
    Public Property Flag As ExcelSaveFlags
    'Usage
     
    
    Dim instance As SaveExcelEventArgs
    Dim value As ExcelSaveFlags
     
    instance.Flag = value
     
    value = instance.Flag
    public ExcelSaveFlags Flag {get; set;}
    See Also