CellSplitByWidth Method

Splits the cell by width.

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

Parameters

width
Type: SystemDouble
Width of a column.

Implements

ICellSplitByWidth(Double)
See Also