Aspose::Cells::Drawing::LineFormat::SetBeginArrowheadLength method

LineFormat::SetBeginArrowheadLength method

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

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

Examples

lineFmt.SetBeginArrowheadLength(MsoArrowheadLength::Long);

See Also