Aspose::Cells::Drawing::LineFormat::SetEndArrowheadWidth method
LineFormat::SetEndArrowheadWidth method
Gets and sets the end arrow width type of the line.
void Aspose::Cells::Drawing::LineFormat::SetEndArrowheadWidth(MsoArrowheadWidth value)
Examples
if (lineFmt.GetEndArrowheadWidth() == MsoArrowheadWidth::Medium)
{
lineFmt.SetEndArrowheadWidth(MsoArrowheadWidth::Medium);
}
See Also
- Class Vector
- Enum MsoArrowheadWidth
- Class LineFormat
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++