Back to Devexpress

TableCell.Split(Int32, Int32) Method

officefileapi-devexpress-dot-docs-dot-presentation-dot-tablecell-dot-split-x28-system-dot-int32-system-dot-int32-x29.md

latest1.5 KB
Original Source

TableCell.Split(Int32, Int32) Method

Splits the cell into the specified number of rows and columns.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public void Split(
    int rowCount,
    int columnCount
)
vb
Public Sub Split(
    rowCount As Integer,
    columnCount As Integer
)

Parameters

NameTypeDescription
rowCountInt32

The resulting number of rows.

| | columnCount | Int32 |

The resulting number of columns.

|

Remarks

For more information, refer to the following help topic: Split Table Cells

See Also

TableCell Class

TableCell Members

DevExpress.Docs.Presentation Namespace