Table of Contents

TTableStyle Structure

Defines a table style.

Syntax

Namespace: FlexCel.Core

public struct TTableStyle

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.

Constructors

Name Description
TTableStyle Creates a new TTableStyle object.

Methods

Name Description
Equals Overloaded
Equals(TTableStyle)
Equals(Object)
GetHashCode Returns the hashcode of the object.

Operators

Name Description
Equality Returns true if both objects have the same data.
Inequality Returns true if a and b have different data.