Table of Contents

TFlxApplyBorders Record

Border style for a cell.

Syntax

Unit: FlexCel.Core

TFlxApplyBorders = record;

Fields

Name Description
Left Left border.
Right Right border.
Top Top border.
Bottom Bottom border.
Diagonal Diagonal border.
DiagonalStyle When defined, there will be one or two diagonal lines across the cell.

Methods

Name Description
Create Overloaded
Create
Create(Boolean)
SetAllMembers Sets all members to true or false
Apply This method will modify existingFormat with the properties from newFormat that are specified on this class
Clone Returns a deep copy of the border.
GetHashCode Returns the hash code 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.

Properties

Name Description
IsEmpty Returns true if the format does not apply any setting.