[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.CellStyle.MaxWidth

MaxWidth Property

MaxWidth

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

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

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

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