Aspose::Cells::Comment::SetHeightCM method

Comment::SetHeightCM method

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

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

Examples

if (comment1.GetHeightCM() == 1.0)
{
    comment1.SetHeightCM(2.0);
}

See Also