Aspose::Cells::Drawing::LineFormat::SetEndArrowheadStyle method
LineFormat::SetEndArrowheadStyle method
Gets and sets the end arrow type of the line.
void Aspose::Cells::Drawing::LineFormat::SetEndArrowheadStyle(MsoArrowheadStyle value)
Examples
if (lineFmt.GetEndArrowheadStyle() == MsoArrowheadStyle::ArrowOpen)
{
lineFmt.SetEndArrowheadStyle(MsoArrowheadStyle::Arrow);
}
See Also
- Class Vector
- Enum MsoArrowheadStyle
- Class LineFormat
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++