Aspose::Cells::Drawing::LineFormat::GetEndArrowheadLength method

LineFormat::GetEndArrowheadLength method

Gets and sets the end arrow length type of the line.

MsoArrowheadLength Aspose::Cells::Drawing::LineFormat::GetEndArrowheadLength()

Examples

if (lineFmt.GetEndArrowheadLength() == MsoArrowheadLength::Long)
{
    lineFmt.SetEndArrowheadLength(MsoArrowheadLength::Long);
}

See Also