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