Table of Contents

TFlxBorders Record

Border style for a cell.

Syntax

Unit: FlexCel.Core

TFlxBorders = 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
SetAllBorders Sets all borders to a linestyle and color. Diagonal borders are not changed.
Clone Returns a deep copy of the border.
Equals Returns true if both borders are the same.
GetHashCode Returns the hashcode for the border.

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.