Aspose::Cells::Drawing::LineFormat::GetWeight method

LineFormat::GetWeight method

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

double Aspose::Cells::Drawing::LineFormat::GetWeight()

Examples

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

See Also