2025.3 Method
Changes 0
M

TableSectionData.SetCellStyle

Description:
Sets a cell's style
Remarks:
For standard schedule, must set the TableCellStyleOverrideOptions in the TableCellStyle to override this cell. The global base format controls any non-overridden characteristics of this cell.
Overloads (3):
SetCellStyle(Int32,Int32,TableCellStyle)
public void SetCellStyle(
	int nRow,
	int nCol,
	TableCellStyle Style
)
  • The given row number nRow is invalid. -or- The given column number nCol is invalid. -or- Only allow to override cell style for header section or column header in body section.
  • A non-optional argument was null