Table of Contents

TTableBorders.TTableBorders Constructor

Creates a new struct setting the members.

Syntax

Namespace: FlexCel.Core

public TTableBorders(TFlxOneBorder aLeft, TFlxOneBorder aTop, TFlxOneBorder aRight, TFlxOneBorder aBottom, TFlxOneBorder aInsideVertical, TFlxOneBorder aInsideHorizontal)

Parameters

<-> Parameter Type Description
aLeft TFlxOneBorder Left border.
aTop TFlxOneBorder Top border.
aRight TFlxOneBorder Right border.
aBottom TFlxOneBorder Bottom border.
aInsideVertical TFlxOneBorder Interior vertical borders.
aInsideHorizontal TFlxOneBorder Interior horizontal borders.

See also