Table of Contents

IShapeLine.GetDashing Method

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

Syntax

Unit: FlexCel.Core

function IShapeLine.GetDashing(const aPalette: TCoreExcelFile): TLineDashing; virtual; abstract;

Parameters

<-> Parameter Type Description
const aPalette TCoreExcelFile

See also