Gets a value indicating whether this object is always locked to a cell in the worksheet.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public virtual bool IsLockedToCell { get; } |
Visual Basic
Copy Code
|
|---|
Public Overridable ReadOnly Property IsLockedToCell As Boolean |
A boolean value. Always returns false.
See Also