Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IShape Interface / Locked Property
In This Topic
    Locked Property (IShape)
    In This Topic
    Gets or sets whether the object is locked (True if the object is locked, False if the object can be modified when the sheet is protected, read or write Boolean).
    Syntax
    System.bool Locked {get; set;}
    See Also