|
|
|
IsSubordinate Property, CellBaseClass Class |
Returns whether this cell is part of another cell, due to cell merging.
Syntax CellBaseClass Class (Softelvdm.Controls)
VB |
Public ReadOnly Overridable Property IsSubordinate As Boolean |
C# |
public virtual bool IsSubordinate { get; } |
C++ |
public: property virtual bool IsSubordinate { |
Property Value
True if this cell is part of another cell, due to cell merging, otherwise False.
Comments
The IsSubordinate property returns whether this cell is part of another cell, due to cell merging.
A subordinate cell is a cell that is (visually) contained within another cell (the main cell). Its space is incorporated into the main cell.
The MainCell property can be used to retrieve a subordinate cell's main cell, which is the cell that owns all subordinate cells and merges into the subordinate cells.
SftTabs/NET 6.0: Cell merging is not used in this product and this property has no effect.
Version Information
Supported in version 1.0.
Products Table