<Code Lib>
2021 Method
Changes 0
M

TableSectionData.InsertImage

Description:
Inserts a image in the given cell.

public void InsertImage(
	int nRow,
	int nColumn,
	ElementId imageSymbolId
)

  • Int32
    nRow
    The given row index.
  • Int32
    nColumn
    The given column index.
  • imageSymbolId
    The element id of the image symbol.

Loading…