Aspose::Cells::Comment::SetHeightInch method

Comment::SetHeightInch method

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

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

Examples

if (comment1.GetHeightInch() == 1.0)
{
    comment1.SetHeightInch(2.0);
}

See Also