CellSplitByHeight Method

Splits the cell by height.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public void SplitByHeight(
	double height
)

Parameters

height
Type: SystemDouble
Height of a row.

Implements

ICellSplitByHeight(Double)
See Also