|
|
|
|
RealHeight Property, RowHeaderClass Class |
Returns the physical height of the row header (not considering vertical cell merging).
Syntax RowHeaderClass 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 row header in pixels.
Comments
The RealHeight property returns the physical height of the row header (not considering vertical cell merging).
The RealHeight property returns the height of the item containing this cell (ItemClass.RealHeight).
The Dimension property returns the actual size of the cell, including any merged, subordinate cells.