Search
InteractiveObject.RegardsMergedCells Property
See Also
 






Gets a value indicating whether this object is positioned relatively to the bounding rectangle of the merged cell if the object's cell is a part of a merged cell.

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

 Syntax

C#  Copy Code

protected virtual bool RegardsMergedCells { get; }

Visual Basic  Copy Code

Protected Overridable ReadOnly Property RegardsMergedCells As Boolean

 Property Value

A boolean value. Always returns false.

 See Also