2025 Constructor
Changes 0
C

TableMergedCell(Int32, Int32, Int32, Int32)

Description:
Constructor.
Overloads (2):
TableMergedCell(Int32,Int32,Int32,Int32)
public TableMergedCell(
	int top,
	int left,
	int bottom,
	int right
)
  • top
    Row index of the top-left of a table grid.
  • left
    Column index of the top-left of a table grid.
  • bottom
    Row index of the bottom-right of a table grid.
  • right
    Column index of the bottom-right of a table grid.