Aspose::Cells::Drawing::LineFormat::SetCompoundType method

LineFormat::SetCompoundType method

Specifies the line compound type.

void Aspose::Cells::Drawing::LineFormat::SetCompoundType(MsoLineStyle value)

Examples

lineFmt.SetCompoundType(MsoLineStyle::Single);

See Also