Aspose::Cells::Comment::GetHeight method

Comment::GetHeight method

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

int32_t Aspose::Cells::Comment::GetHeight()

Examples

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

See Also