Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / Locked Property


In This Topic
Locked Property (ExcelShape)
In This Topic
Gets or sets whether the chart is locked
Syntax
'Declaration
 
Public Property Locked As Boolean
 
'Usage
 
Dim instance As ExcelShape
Dim value As Boolean
 
instance.Locked = value
 
value = instance.Locked
See Also