2027 Method
Changes 0
M

TableSectionData.AllowOverrideCellStyle

Description:
Identifies if the style can be overridden in the given cell.
public bool AllowOverrideCellStyle(
	int nRow,
	int nCol
)
  • Int32
    nRow
  • Int32
    nCol
Return Value Boolean True if allow to override cell style.
  • The given row number nRow is invalid. -or- The given column number nCol is invalid.