Aspose::Cells::Drawing::LineFormat::GetEndArrowheadLength method
LineFormat::GetEndArrowheadLength method
Gets and sets the end arrow length type of the line.
MsoArrowheadLength Aspose::Cells::Drawing::LineFormat::GetEndArrowheadLength()
Examples
if (lineFmt.GetEndArrowheadLength() == MsoArrowheadLength::Long)
{
lineFmt.SetEndArrowheadLength(MsoArrowheadLength::Long);
}
See Also
- Enum MsoArrowheadLength
- Class LineFormat
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++