Aspose::Cells::Comment::SetWidth method

Comment::SetWidth method

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

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

Examples

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

See Also