Document Solutions for PDF
DS.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / CellStyle Class / MaxHeight Property

In This Topic
    MaxHeight Property (CellStyle)
    In This Topic
    Gets or sets the maximum height of the content area, in graphic units.

    a null reference (Nothing in Visual Basic) (the default value) means there is no limit on the maximum height.

    The value is ignored if the FixedHeight property is set to true.

    Syntax
    'Declaration
     
    Public Property MaxHeight As System.Nullable(Of Single)
    public System.Nullable<float> MaxHeight {get; set;}
    See Also