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