Table of Contents

IShapeLine.GetJoin Method

Returns the line joining, if there is a LineStyle this is the Line join, else if it is null it is the Theme line join.

Syntax

Unit: FlexCel.Core

function IShapeLine.GetJoin(const aPalette: TCoreExcelFile): TLineJoin; virtual; abstract;

Parameters

<-> Parameter Type Description
const aPalette TCoreExcelFile

See also