Method SetDraftTableCellImageFromBitmap
SetDraftTableCellImageFromBitmap(ElementId, int, int, int, Bitmap)
Sets the image of a cell from a bitmap.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 14, 300, 140)]
void SetDraftTableCellImageFromBitmap(ElementId inElementId, int inColumnIdx, int inRowIdx, int inSplitColumnIdx, Bitmap inBitmap)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the entity to modify. |
| int | inColumnIdx | Index of the column. |
| int | inRowIdx | Index of the row. |
| int | inSplitColumnIdx | Index of the split column. 0 if default. |
| Bitmap | inBitmap | Image of the cell. |
Remarks
This method is available since v7.14.300.140.