<Code Lib>
2025.3 Method
Changes 0
M

TableSectionData.IsCellOverridden(Int32, Int32)

Description:
Indicates if the cell is overridden or not.
Overloads (2):
IsCellOverridden(Int32,Int32)

public bool IsCellOverridden(
	int nRow,
	int nCol
)

  • Int32
    nRow
  • Int32
    nCol
Return Value Boolean Boolean

  • The given row number nRow is invalid. -or- The given column number nCol is invalid.

Loading…