Aspose::Cells::Comment::SetHeight method

Comment::SetHeight method

Represents the Height of the comment, in unit of pixels.

void Aspose::Cells::Comment::SetHeight(int32_t value)

Examples

if (comment1.GetHeight() == 10)
{
    comment1.SetHeight(20);
}

See Also