Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / WorkbookSynchronizer Class / IsEncryptedFile Property


In This Topic
    IsEncryptedFile Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Property IsEncryptedFile As Boolean
    'Usage
     
    
    Dim value As Boolean
     
    WorkbookSynchronizer.IsEncryptedFile = value
     
    value = WorkbookSynchronizer.IsEncryptedFile
    public static bool IsEncryptedFile {get; set;}
    See Also