<Code Lib>
2026 Method
Changes 0
M

TableSectionData.IsCellFormattable

Description:
Determines whether the cell is formattable or not

public bool IsCellFormattable(
	int nRow,
	int nCol
)

  • Int32
    nRow
    The row index of the cell
  • Int32
    nCol
    The column index of the cell
Return Value Boolean Boolean

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

Loading…