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

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