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

In This Topic
    FixedWidth Property
    In This Topic
    Gets or sets a value indicating whether the content area width is independent of text width. The default is true.
    Syntax
    'Declaration
     
    Public Property FixedWidth As System.Boolean
    public System.bool FixedWidth {get; set;}
    See Also