|
|
|
RealHeight Property, CellBaseClass Class |
Returns the physical height of the cell (not considering vertical/horizontal cell merging).
Syntax CellBaseClass Class (Softelvdm.Controls)
VB |
Public ReadOnly Overridable MustOverride Property RealHeight As Integer |
C# |
public virtual abstract int RealHeight { get; } |
C++ |
public: property virtual int RealHeight { |
Property Value
The physical height of the cell in pixels.
Comments
The RealHeight property returns the physical height of the cell (not considering vertical/horizontal cell merging).
This function is overridden in a derived class, usually to provide the value as it may be determined by the containing item.
The Dimension property returns the actual size of the cell, including any merged, subordinate cells.
SftTabs/NET 6.0: The RealHeight property is not used as tabs are sized based on tab control definitions and tab contents.
Version Information
Supported in version 1.0.
Products Table