2026 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
)
  • Int32
    top
    Row index of the top-left of a table grid.
  • Int32
    left
    Column index of the top-left of a table grid.
  • Int32
    bottom
    Row index of the bottom-right of a table grid.
  • Int32
    right
    Column index of the bottom-right of a table grid.