Method SetDraftTableCellBackgroundColor
SetDraftTableCellBackgroundColor(ElementId, int, int, Color)
Sets draft table background color
Declaration
[OperationContract]
[AvailableSinceVersion(7, 20, 255, 0)]
void SetDraftTableCellBackgroundColor(ElementId inElementId, int inColumnIdx, int inRowIdx, Color inColorValue)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Table to modify |
| int | inColumnIdx | index of column |
| int | inRowIdx | index of row |
| Color | inColorValue | color to use |