Table of Contents

TTableApplyBorders Record

Determines which parts of the borders will be applied in the Table.

Syntax

Unit: FlexCel.Core

TTableApplyBorders = record;

Methods

Name Description
Create Overloaded
Create(Boolean)
Create(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
Equals Returns true if both objects are the same
GetHashCode Returns the hashcode of the struct.

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.

Properties

Name Description
Left Left border of the full section of the table. Does not apply to the borders of cells inside the section.
Top Top border of the full section of the table. Does not apply to the borders of cells inside the section.
Right Right border of the full section of the table. Does not apply to the borders of cells inside the section.
Bottom Bottom border of the full section of the table. Does not apply to the borders of cells inside the section.
InsideVertical Vertical borders inside the section of the table. Does not apply to the borders in the exterior of the section.
InsideHorizontal Horizontal borders inside the section of the table. Does not apply to the borders in the exterior of the section.
IsEmpty Returns true if the format does not apply any setting.