Aspose::Cells::Drawing::LineFormat::SetBeginArrowheadStyle method

LineFormat::SetBeginArrowheadStyle method

Gets and sets the begin arrow type of the line.

void Aspose::Cells::Drawing::LineFormat::SetBeginArrowheadStyle(MsoArrowheadStyle value)

Examples

lineFmt.SetBeginArrowheadStyle(MsoArrowheadStyle::ArrowOpen);

See Also