<Code Lib>
2025 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
)

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.

Loading…