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

    Show / Hide Table of Contents

    TableFormat Class

    Namespace:
    GemBox.Presentation.Tables
    Assembly:
    GemBox.Presentation.dll

    Represents a set of formatting options that can be applied to a Table.

    • C#
    • VB.NET
    public sealed class TableFormat
    Public NotInheritable Class TableFormat
    Inheritance:
    System.Object
    TableFormat

    Properties

    Fill

    Gets or sets the table shading.

    • C#
    • VB.NET
    public FillFormat Fill { get; set; }
    Public Property Fill As FillFormat
    Property Value
    FillFormat

    The table shading.

    Style

    Gets or sets the table style.

    • C#
    • VB.NET
    public TableStyle Style { get; set; }
    Public Property Style As TableStyle
    Property Value
    TableStyle

    The table style.

    StyleOptions

    Gets or sets the table style options that specify which of the conditional formats will be applied on the parent Table.

    • C#
    • VB.NET
    public TableStyleOptions StyleOptions { get; set; }
    Public Property StyleOptions As TableStyleOptions
    Property Value
    TableStyleOptions

    The table style options that specify which of the conditional formats will be applied on the parent Table.

    See Also

    Format
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.