RVTDocs.com

TableSectionData.AllowOverrideCellStyle

Method
Description:
Identifies if the style can be overridden in the given cell.
Syntax
public bool AllowOverrideCellStyle(
	int nRow,
	int nCol
)
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.