Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / RowFormat Class / Height Property

In This Topic
    Height Property (RowFormat)
    In This Topic
    Gets or sets the height of the table row in points.
    Syntax
    'Declaration
     
    Public Property Height As System.Single
    public System.float Height {get; set;}
    Remarks
    The meaning of the value is defined based on the value of the HeightRule value for this table row as follows: If the value of HeightRule is HeightRule.Auto, then the table row height should be automatically determined based on the height of its contents. This value is ignored. If the value of HeightRule is HeightRule.AtLeast, then the table row's height should be at least the value of this property. If the value of HeightRule is HeightRule.Exact, then the table row's height should be exactly the value of this property.
    See Also