Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / CellStyle Class / MaxWidth Property

In This Topic
    MaxWidth Property (CellStyle)
    In This Topic
    Gets or sets the maximum width 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 width.

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

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