Aspose::Cells::Comment::SetWidthInch method

Comment::SetWidthInch method

Represents the width of the comment, in unit of inches.

void Aspose::Cells::Comment::SetWidthInch(double value)

Examples

if (comment1.GetWidthInch() == 1.0)
{
    comment1.SetWidthInch(2.0);
}

See Also