Table of Contents

TTableApplyBorders Structure

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

Syntax

Namespace: FlexCel.Core

public struct TTableApplyBorders

Constructors

Methods

Name Description
Equals Returns true if both objects are the same
GetHashCode Returns the hashcode of the struct.

Operators

Name Description
Equality Returns true if both objects have the same information.
Inequality Returns true if both objects are different.

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.