IShapeLine.GetTailArrow Method
Returns the line arrow for the tail, if there is a LineStyle this is the Line arrow, else if it is null it is the Theme line arrow.
Syntax
Unit: FlexCel.Core
function IShapeLine.GetTailArrow(const aPalette: TCoreExcelFile): NullableTLineArrow; virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
const |
aPalette |
TCoreExcelFile |
|
See also