TableSectionData.AllowOverrideCellStyle
Method
Description:
Identifies if the style can be overridden in the given cell.
Identifies if the style can be overridden in the given cell.
Parameters
Parameter | Type | Description |
---|---|---|
nRow | Int32 | |
nCol | Int32 |
Return Value
Type | Description |
---|---|
Boolean | True if allow to override cell style. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | The given row number nRow is invalid. -or- The given column number nCol is invalid. |