Aspose::Cells::Drawing::LineFormat::SetEndArrowheadWidth method

LineFormat::SetEndArrowheadWidth method

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

void Aspose::Cells::Drawing::LineFormat::SetEndArrowheadWidth(MsoArrowheadWidth value)

Examples

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

See Also