TableMergedCell(Int32, Int32, Int32, Int32)
Description:
Constructor.
Constructor.
Overloads (2):
public TableMergedCell(
int top,
int left,
int bottom,
int right
)
-
topRow index of the top-left of a table grid.
-
leftColumn index of the top-left of a table grid.
-
bottomRow index of the bottom-right of a table grid.
-
rightColumn index of the bottom-right of a table grid.