Aspose::Cells::Drawing::LineFormat::SetCapType method

LineFormat::SetCapType method

Specifies the ending caps.

void Aspose::Cells::Drawing::LineFormat::SetCapType(LineCapType value)

Examples

lineFmt.SetCapType(LineCapType::Flat);

See Also