<Code Lib>
2023 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 bool True if allow to override cell style.

Loading…