Table of Contents

TTableFormat Class

Defines a custom format for a table.

Syntax

Namespace: FlexCel.Core

public class TTableFormat

Fields

Name Description
ApplyBorders Defines which borders will be applied to the final format.
ApplyFill Specifies which properties of Fill will be applied in the final format.
ApplyFont Specifies which properties of Font will be applied in the final format.
Borders Defines the borders. Only those borders where ApplyBorders is true will be used.
Fill Fill properties that will be applied. Only those in ApplyFill will be used.
Font The definition of the font. Only those properties true in ApplyFont will be used.

Constructors

Name Description
TTableFormat Creates an empty instance, where no format applies.

Methods

Name Description
Clone Returns a deep copy of the object.
Equals Returns true if this object is equal to obj.
GetHashCode Returns the hashcode for this object.

Properties

Name Description
HasBorderBlock Returns true if any border formatting is applied.
HasFillBlock Returns true if any pattern formatting is applied.
HasFontBlock Returns true if any font formatting is applied
HasFormat Returns true if any format is applied.