Returns the height of the cell.
Read-only
Double.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic double Height { get; }
Public ReadOnly Property Height As Double
Get
public:
virtual property double Height {
double get () sealed;
}
abstract Height : float with get
override Height : float with get
Property Value
Type:
DoubleImplements
ICellHeight
See Also