[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Table.Split

Split Method

Split(Row, InsertLocation)

Splits the table at a specified location.

Declaration
public Table Split(Row row, InsertLocation location)
Public Function Split(row As Row, location As InsertLocation) As Table
Parameters
Type Name Description
Row row

The row where to split the table. This may be null, see location for details.

InsertLocation location

The target location (relative to row) where to split the table.

If row is not null, valid location values are Before and After.

If row is null, valid location values are Start and End.
Returns
Type Description
Table

The second part of the split table content.