CellSplitByRowSpan Method

Splits the cell to two cells by index of row.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public void SplitByRowSpan(
	int index
)

Parameters

index
Type: SystemInt32
Index of row.

Implements

ICellSplitByRowSpan(Int32)
See Also