Aspose::Cells::Comment::GetWidth method

Comment::GetWidth method

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

int32_t Aspose::Cells::Comment::GetWidth()

Examples

if (comment1.GetWidth() == 10)
{
    comment1.SetWidth(20);
}

See Also