GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / LockedText Property


In This Topic
LockedText Property (IShape)
In This Topic
Gets or sets a value indicating whether this shape is locked for editing text.
Syntax
'Declaration
 
Property LockedText As Boolean
 
'Usage
 
Dim instance As IShape
Dim value As Boolean
 
instance.LockedText = value
 
value = instance.LockedText

Property Value

true if if the object is locked for editing text; otherwise, false if the object's text can be modified when the sheet is protected.
See Also