[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.CellStyle.MaxHeight

MaxHeight Property

MaxHeight

Gets or sets the maximum height of the content area, in graphic units.

null (the default value) means there is no limit on the maximum height.

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

Declaration
public float? MaxHeight { get; set; }
Public Property MaxHeight As Single?