Search Results for

    Show / Hide Table of Contents

    TTableStyle Record

    Defines a table style.

    Syntax

    Unit: FlexCel.Core

    TTableStyle = record;

    Fields

    Name Description
    Name The name of the style.
    ShowColumnStripes If true, the columns will alternate between 2 colors.
    ShowFirstColumn Defines if the first column in the table has the style applied.
    ShowLastColumn Defines if the last column in the table has the style applied.
    ShowRowStripes Defines if the rows will alternate between 2 colors.

    Methods

    Name Description
    Create Creates a new TTableStyle object.
    Equals Returns true if both objects are the same.
    GetHashCode Returns the hashcode of the object.

    Operators

    Name Description
    Equality Adapts the = operator so it returns true when both instances have the same values.
    Inequality Adapts the <> operator so it returns true when both instances have different values.
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com