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