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