Represents the height of the comment, in unit of centimeters.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic double HeightCM { get; set; }
Public Property HeightCM As Double
Get
Set
public:
property double HeightCM {
double get ();
void set (double value);
}
member HeightCM : float with get, set
Property Value
Type:
Double
See Also