Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / ProtectDrawingObjects Property


In This Topic
    ProtectDrawingObjects Property (IWorksheet)
    In This Topic
    Gets a boolean value indicating whether shapes are protected.
    Syntax
    'Declaration
     
    
    ReadOnly Property ProtectDrawingObjects As Boolean
    'Usage
     
    
    Dim instance As IWorksheet
    Dim value As Boolean
     
    value = instance.ProtectDrawingObjects
    bool ProtectDrawingObjects {get;}
    See Also