Aspose::Cells::Drawing::LineFormat::GetBeginArrowheadWidth method

LineFormat::GetBeginArrowheadWidth method

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

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

Examples

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

See Also