public IOccCustomTable PlaceCustomTable( Transform2DProperty<LengthProperty> tableTopPosition, IntegerProperty rows, IntegerProperty columns, LengthProperty columnWidth, LengthProperty rowHeight )
Parameters
- tableTopPosition
- Position of top left corner of the placed table.
- rows
- Number of rows of the placed table.
- columns
- Number of columns the placed table.
- columnWidth
- Width of table cell.
- rowHeight
- Height of table cell.
Return Value
Placed custom table.