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.