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
SyntaxC#
Copy Code
|
|---|
protected virtual bool RegardsMergedCells { get; } |
Visual Basic
Copy Code
|
|---|
Protected Overridable ReadOnly Property RegardsMergedCells As Boolean |
A boolean value. Always returns false.
See Also