Aspose::Cells::Comment::GetWidthInch method
Comment::GetWidthInch method
Represents the width of the comment, in unit of inches.
double Aspose::Cells::Comment::GetWidthInch()
Examples
if (comment1.GetWidthInch() == 1.0)
{
comment1.SetWidthInch(2.0);
}
See Also
- Class Vector
- Class Comment
- Namespace Aspose::Cells
- Library Aspose.Cells for C++