2021 Class Back to 2021
C

TableSectionData

Version comparison

Members across versions

74 members across 9 versions · 2 added later · 1 removed · 3 changed · 1 obsolete

Member-name color: stable · changed · removed · obsolete · added later

Member 2020 2021 2022 2023 2024 2025 2025.3 2026 2027
M AllowOverrideCellStyle(Int32, Int32)
same same same same same same same same same
M CanInsertColumn(Int32)
same same same same same same same same same
M CanInsertRow(Int32)
same same same same same same same same same
M CanRemoveColumn(Int32)
same same same same same same same same same
M CanRemoveRow(Int32)
same same same same same same same same same
M ClearCell(Int32, Int32)
same same same same same same same same same
same same same same same same same same same
M GetCellCalculatedValue(Int32, Int32)
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
M GetCellCategoryId(Int32, Int32)
same same same same same same same same same
M GetCellCombinedParameters(Int32, Int32)
same same same same same same same same same
same same same same same same same same same
M GetCellFormatOptions(Int32, Int32, Document)
same same same same changed same same same same
M GetCellFormatOptions(Int32, Document)
same same same same changed same same same same
M GetCellParamId(Int32, Int32)
same same same same same same same same same
M GetCellParamId(Int32)
same same same same same same same same same
M GetCellSpec(Int32, Int32)
not yet introduced added same same same same same same same
M GetCellText(Int32, Int32)
same same same same same same same same same
M GetCellType(Int32, Int32)
same same same same same same same same same
M GetCellType(Int32)
same same same same same same same same same
M GetCellUnitType(Int32, Int32)
same changed missing missing missing missing missing missing missing
M GetColumnWidth(Int32)
same same same same same same same same same
same same same same same same same same same
M GetCustomFieldId(Int32, Int32)
not yet introduced not yet introduced not yet introduced not yet introduced added same same same same
M GetMergedCell(Int32, Int32)
same same same same same same same same same
M GetRowHeight(Int32)
same same same same same same same same same
same same same same same same same same same
M GetTableCellStyle(Int32, Int32)
same same same same same same same same same
M InsertColumn(Int32)
same same same same same same same same same
M InsertImage(Int32, Int32, ElementId)
same same same same same same same same same
M InsertRow(Int32)
same same same same same same same same same
M IsAcceptableParamIdAndCategoryId(ElementId, ElementId)
same same same same same same same same same
M IsAcceptableParamIdAndCategoryId(Int32, ElementId, ElementId)
same same same same same same same same same
M IsCellFormattable(Int32, Int32)
same same same same same same same same same
M IsCellOverridden(Int32)
same same same same same same same same same
M IsCellOverridden(Int32, Int32)
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
M IsValidImageSymbolId(ElementId)
same same same same same same same same same
M IsValidRowNumber(Int32)
same same same same same same same same same
M MergeCells(TableMergedCell)
same same same same same same same same same
same same same same same same same same same
M RemoveColumn(Int32)
same same same same same same same same same
M RemoveRow(Int32)
same same same same same same same same same
same same same same same same same same same
M ResetCellOverride(Int32, Int32)
same same same same same same same same same
M SetCellCalculatedValue(Int32, Int32, TableCellCalculatedValueData)
same same same same same same same same same
M SetCellCalculatedValue(Int32, TableCellCalculatedValueData)
same same same same same same same same same
M SetCellCombinedParameters(Int32, Int32, IList<TableCellCombinedParameterData>)
same same same same same same same same same
M SetCellCombinedParameters(Int32, IList<TableCellCombinedParameterData>)
same same same same same same same same same
M SetCellFormatOptions(Int32, Int32, FormatOptions)
same same same same same same same same same
M SetCellParamIdAndCategoryId(Int32, ElementId, ElementId)
same same same same same same same same same
M SetCellParamIdAndCategoryId(Int32, Int32, ElementId, ElementId)
same same same same same same same same same
M SetCellStyle(Int32, TableCellStyle)
same same same same same same same same same
M SetCellStyle(Int32, Int32, TableCellStyle)
same same same same same same same same same
M SetCellStyle(TableCellStyle)
same same same same same same same same same
M SetCellText(Int32, Int32, String)
same same same same same same same same same
M SetCellType(Int32, CellType)
same same same same same same same same same
M SetCellType(Int32, Int32, CellType)
same same same same same same same same same
M SetColumnWidth(Int32, Double)
same same same same same same same same same
M SetColumnWidthInPixels(Int32, Int32)
same same same same same same same same same
M SetMergedCell(Int32, Int32, TableMergedCell)
same same same same same same same same same
M SetRowHeight(Int32, Double)
same same same same same same same same same
M SetRowHeightInPixels(Int32, Int32)
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same
same same same same same same same same same

Per-version detail

Click a version below to see what changed in that release vs your current frame (2021).
2021 current

Changes in 2020 vs 2021 1 missing 1 changed

Flip API Versions →

Missing in 2020 (only available in 2021)

Changed members

TableSectionData.GetCellUnitType(Int32, Int32)
Became obsolete in 2021: This method is deprecated in Revit 2021 and may be removed in a future version of Revit. Please use the `GetCellSpec(int, int)` method instead.
nRow Int32 The row index of the cell
nCol Int32 The column index of the cell
→ returns UnitType The unit type, or UT_Undefined if the cell does not contain a number with units.

Changes in 2024 vs 2021 1 added 1 missing 2 changed

Flip API Versions →

Added in 2024 (new since 2021)

Missing in 2024 (only available in 2021)

Changed members

TableSectionData.GetCellFormatOptions(Int32, Int32, Document, Document)
nRow Int32
nCol Int32
ccda Document
document Document
→ returns FormatOptions
TableSectionData.GetCellFormatOptions(Int32, Document, Document)
nCol Int32
ccda Document
dcument Document
→ returns FormatOptions

Changes in 2025 vs 2021 1 added 1 missing 2 changed

Flip API Versions →

Added in 2025 (new since 2021)

Missing in 2025 (only available in 2021)

Changed members

TableSectionData.GetCellFormatOptions(Int32, Int32, Document, Document)
nRow Int32
nCol Int32
ccda Document
document Document
→ returns FormatOptions FormatOptions
TableSectionData.GetCellFormatOptions(Int32, Document, Document)
nCol Int32
ccda Document
dcument Document
→ returns FormatOptions FormatOptions

Changes in 2025.3 vs 2021 1 added 1 missing 2 changed

Flip API Versions →

Added in 2025.3 (new since 2021)

Missing in 2025.3 (only available in 2021)

Changed members

TableSectionData.GetCellFormatOptions(Int32, Int32, Document, Document)
nRow Int32
nCol Int32
ccda Document
document Document
→ returns FormatOptions FormatOptions
TableSectionData.GetCellFormatOptions(Int32, Document, Document)
nCol Int32
ccda Document
dcument Document
→ returns FormatOptions FormatOptions

Changes in 2026 vs 2021 1 added 1 missing 2 changed

Flip API Versions →

Added in 2026 (new since 2021)

Missing in 2026 (only available in 2021)

Changed members

TableSectionData.GetCellFormatOptions(Int32, Int32, Document, Document)
nRow Int32
nCol Int32
ccda Document
document Document
→ returns FormatOptions FormatOptions
TableSectionData.GetCellFormatOptions(Int32, Document, Document)
nCol Int32
ccda Document
dcument Document
→ returns FormatOptions FormatOptions

Changes in 2027 vs 2021 1 added 1 missing 2 changed

Flip API Versions →

Added in 2027 (new since 2021)

Missing in 2027 (only available in 2021)

Changed members

TableSectionData.GetCellFormatOptions(Int32, Int32, Document, Document)
nRow Int32
nCol Int32
ccda Document
document Document
→ returns FormatOptions FormatOptions
TableSectionData.GetCellFormatOptions(Int32, Document, Document)
nCol Int32
ccda Document
dcument Document
→ returns FormatOptions FormatOptions