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