Table of Contents

TFlxApplyBorders Class

Border style for a cell.

Syntax

Namespace: FlexCel.Core

public class TFlxApplyBorders: ICloneable

Constructors

Methods

Name Description
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.
Equals Returns true if both members are the same.
GetHashCode Returns the hash code of the object.

Properties

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.
IsEmpty Returns true if the format does not apply any setting.