Aspose::Cells::Drawing::LineFormat::SetWeight method

LineFormat::SetWeight method

Gets or sets the weight of the line in unit of points.

void Aspose::Cells::Drawing::LineFormat::SetWeight(double value)

Examples

if (lineFmt.GetWeight() == 1.0)
{
    lineFmt.SetWeight(2.0);
}

See Also