|
|
|
|
RealHeight Property, CellClass Class |
Returns the physical height of the cell (not considering vertical/horizontal cell merging).
Syntax CellClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Overridable Property RealHeight As Integer |
C# |
public virtual 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).
The RealHeight property returns the height of the item containing this cell.
The Dimension property returns the actual size of the cell, including any merged, subordinate cells.