TableSectionData.IsCellFormattable
Description:
Determines whether the cell is formattable or not
Determines whether the cell is formattable or not
public bool IsCellFormattable(
int nRow,
int nCol
)
-
Int32nRowThe row index of the cell
-
Int32nColThe column index of the cell
-
The given row number nRow is invalid. -or- The given column number nCol is invalid.