TableSectionData.InsertImage
Description:
Inserts a image in the given cell.
Inserts a image in the given cell.
public void InsertImage(
int nRow,
int nColumn,
ElementId imageSymbolId
)
-
Int32nRowThe given row index.
-
Int32nColumnThe given column index.
-
imageSymbolIdThe 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