C++
virtual bool cellStyleOverrides( int row, int col, AcDbIntArray& overrides ) const;
Description
This function returns the cell overrides for the specified cell.
Parameters
| Parameters | Description |
|---|---|
| row | Input integer specifying the zero-based row index for the cell |
| col | Input integer specifying the zero-based column index for the cell |
| overrides | Output return value containing the cell overrides |