Aspose::Cells::Drawing::LineFormat::SetEndArrowheadLength method

LineFormat::SetEndArrowheadLength method

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

void Aspose::Cells::Drawing::LineFormat::SetEndArrowheadLength(MsoArrowheadLength value)

Examples

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

See Also