ComponentOne FlexGrid for WinForms
HeightDisplay Property

C1.Win.C1FlexGrid Namespace > Row Class : HeightDisplay Property
Gets or sets the display height for this row, in pixels.
Syntax
'Declaration
 
Public Property HeightDisplay As Integer
public int HeightDisplay {get; set;}
Remarks
HeightDisplay returns zero if the row is invisible, and returns the actual display height even if the Height property is set to -1 (which stands for default row height).
See Also

Reference

Row Class
Row Members