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