TableMergedCell(Int32, Int32, Int32, Int32)
Description:
Constructor.
Constructor.
Overloads (2):
public TableMergedCell(
int top,
int left,
int bottom,
int right
)
-
Int32topRow index of the top-left of a table grid.
-
Int32leftColumn index of the top-left of a table grid.
-
Int32bottomRow index of the bottom-right of a table grid.
-
Int32rightColumn index of the bottom-right of a table grid.