Aspose::Cells::Comment::GetWidthCM method

Comment::GetWidthCM method

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

double Aspose::Cells::Comment::GetWidthCM()

Examples

if (comment1.GetWidthCM() == 1.0)
{
    comment1.SetWidthCM(2.0);
}

See Also