2027 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.
  • The given row number nRow is invalid. -or- The given column number nColumn is invalid. -or- The image symbol id doesn't represent a valid image symbol element.
  • A non-optional argument was null