Spread WPF 18
GrapeCity.Spreadsheet Namespace / ISheet Interface / ProtectDrawingObjects Property


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