FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / Section Class / Height Property

In This Topic
    Height Property (Section)
    In This Topic
    Gets the height of the current section in twips. This is the sum of the heights of all sub-sections of the current section.
    Syntax
    'Declaration
     
    Public Property Height As Double
    public double Height {get; set;}
    See Also