Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / Locks Property


In This Topic
    Locks Property (Workbook)
    In This Topic
    Gets the protected data of this workbook.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Locks As WorkbookLocks
    'Usage
     
    
    Dim instance As Workbook
    Dim value As WorkbookLocks
     
    value = instance.Locks
    public WorkbookLocks Locks {get;}

    Property Value

    A WorkbookLocks value represents the protected data.
    See Also