2027 Method
Changes 0
M

TableSectionData.SetCellFormatOptions

Description:
Sets a cell's FormatOptions.
public void SetCellFormatOptions(
	int nRow,
	int nCol,
	FormatOptions options
)
  • Int32
    nRow
    The row index of the cell
  • Int32
    nCol
    The column index of the cell
  • options
    The format option to assign
  • The given row number nRow is invalid. -or- The given column number nCol is invalid. -or- The display unit in options is not a valid display unit for the unit type of the cell, or the rounding method in options is not set to Nearest. See UnitUtils.IsValidDisplayUnit(UnitType, DisplayUnitType), UnitUtils.GetValidDisplayUnits(UnitType) and FormatOptions.RoundingMethod.
  • A non-optional argument was null