Aspose::Cells::Drawing::LineFormat::SetBeginArrowheadWidth method

LineFormat::SetBeginArrowheadWidth method

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

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

Examples

if (lineFmt.GetBeginArrowheadWidth() == MsoArrowheadWidth::Narrow)
{
    lineFmt.SetBeginArrowheadWidth(MsoArrowheadWidth::Medium);
}

See Also