Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IProtectionSupport2 Interface / IsProtectedWorkbookWindow Property


In This Topic
    IsProtectedWorkbookWindow Property (IProtectionSupport2)
    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 IProtectionSupport2
    Dim value As Boolean
     
    value = instance.IsProtectedWorkbookWindow
    bool IsProtectedWorkbookWindow {get;}

    Property Value

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