Search
InteractiveObject.IsLockedToCell Property
See Also
 






Gets a value indicating whether this object is always locked to a cell in the worksheet.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public virtual bool IsLockedToCell { get; }

Visual Basic  Copy Code

Public Overridable ReadOnly Property IsLockedToCell As Boolean

 Property Value

A boolean value. Always returns false.

 See Also