Aspose::Cells::Drawing::LineFormat::GetEndArrowheadWidth method

LineFormat::GetEndArrowheadWidth method

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

MsoArrowheadWidth Aspose::Cells::Drawing::LineFormat::GetEndArrowheadWidth()

Examples

if (lineFmt.GetEndArrowheadWidth() == MsoArrowheadWidth::Medium)
{
    lineFmt.SetEndArrowheadWidth(MsoArrowheadWidth::Medium);
}

See Also