Aspose::Cells::Drawing::LineFormat::SetDashStyle method

LineFormat::SetDashStyle method

Specifies the line dash type.

void Aspose::Cells::Drawing::LineFormat::SetDashStyle(MsoLineDashStyle value)

Examples

lineFmt.SetDashStyle(MsoLineDashStyle::Solid);

See Also