GemBox.Document
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    TableRowHeightRule Enum

    Namespace:
    GemBox.Document.Tables
    Assembly:
    GemBox.Document.dll

    Represents the logic which shall be used to calculate the height of the TableRow when it is displayed in the document.

    • C#
    • VB.NET
    public enum TableRowHeightRule
    Public Enum TableRowHeightRule

    Fields

    AtLeast

    The height of the TableRow shall be at least the value specified, but may be expanded to fit its content as needed.

    Auto

    The height of the TableRow shall be automatically determined by the size of its content, with no predetermined minimum or maximum size.

    Exact

    The height of the TableRow shall be exactly the value specified, regardless of the size of its content. If the content is too large for the specified height, then it shall be clipped.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.