SplitByColSpan()

Cell::SplitByColSpan(int32_t) method

Splits the cell to two cells by index of column.

void Aspose::Slides::Cell::SplitByColSpan(int32_t index) override

Arguments

ParameterTypeDescription
indexint32_tIndex of column.

See Also