Gets or sets a value indicating whether this object can be interacted with.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool Locked { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Locked As Boolean |
true if the object is locked; otherwise, false. The default is false.
See Also