Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IProtectionSupport Interface / IsProtectedWorkbookWindow Property


In This Topic
    IsProtectedWorkbookWindow Property
    In This Topic
    Gets a value indicating whether this instance is protected workbook window.
    Syntax
    'Declaration
     
    
    ReadOnly Property IsProtectedWorkbookWindow As Boolean
    'Usage
     
    
    Dim instance As IProtectionSupport
    Dim value As Boolean
     
    value = instance.IsProtectedWorkbookWindow
    bool IsProtectedWorkbookWindow {get;}

    Property Value

    true if this instance is protected workbook window; otherwise, false.
    See Also