Table of Contents

TTableBorders.Create Method

Creates a new struct setting the members.

Syntax

Unit: FlexCel.Core

class function TTableBorders.Create(const aLeft: TFlxOneBorder; const aTop: TFlxOneBorder; const aRight: TFlxOneBorder; const aBottom: TFlxOneBorder; const aInsideVertical: TFlxOneBorder; const aInsideHorizontal: TFlxOneBorder): TTableBorders; static; overload;

Parameters

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

See also