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
)
Public Sub SplitByWidth (
width As Double
)
public:
virtual void SplitByWidth(
double width
) sealed
abstract SplitByWidth :
width : float -> unit
override SplitByWidth :
width : float -> unit
Parameters
- width
- Type: SystemDouble
Width of a column.
Implements
ICellSplitByWidth(Double)See Also