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


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

    Property Value

    A WorksheetLocks value represents the protected data.
    See Also