Aspose::Cells::Drawing::LineFormat::SetEndArrowheadStyle method

LineFormat::SetEndArrowheadStyle method

Gets and sets the end arrow type of the line.

void Aspose::Cells::Drawing::LineFormat::SetEndArrowheadStyle(MsoArrowheadStyle value)

Examples

if (lineFmt.GetEndArrowheadStyle() == MsoArrowheadStyle::ArrowOpen)
{
    lineFmt.SetEndArrowheadStyle(MsoArrowheadStyle::Arrow);
}

See Also