2027 Method
Changes 0
M

TableSectionData.SetCellType

Description:
Sets a cell's Type
Overloads (2):
SetCellType(Int32,Int32,CellType)
public void SetCellType(
	int nRow,
	int nCol,
	CellType type
)
  • A CellType.CustomField can't be set. -or- The given row number nRow is invalid. -or- The given column number nCol is invalid.
  • A value passed for an enumeration argument is not a member of that enumeration
  • This operation is forbidden for cells in standard schedule body sections.