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

    Show / Hide Table of Contents

    TableCellFormat Class

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

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

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

    Properties

    BottomBorderLine

    Gets or sets the table cell bottom border line.

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

    The table cell bottom border line.

    DiagonalDownBorderLine

    Gets or sets the table cell border line that goes from top-left corner to bottom-right corner.

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

    The table cell border line that goes from top-left corner to bottom-right corner.

    DiagonalUpBorderLine

    Gets or sets the table cell border line that goes from bottom-left corner to top-right corner.

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

    The table cell border line that goes from bottom-left corner to top-right corner.

    Fill

    Gets or sets the table cell shading.

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

    The table cell shading.

    LeftBorderLine

    Gets or sets the table cell left border line.

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

    The table cell left border line.

    RightBorderLine

    Gets or sets the table cell right border line.

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

    The table cell right border line.

    TopBorderLine

    Gets or sets the table cell top border line.

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

    The table cell top border line.

    See Also

    Format
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.