Table of Contents

TFlxBorders Class

Border style for a cell.

Syntax

Namespace: FlexCel.Core

public class TFlxBorders: ICloneable

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.