<Code Lib>
2020 Method
Changes 0
M

TableSectionData.GetCellText

Description:
Returns the text shown by this cell, if the cell's type is CellType.Text or CellType.ParameterText.
Remarks:
For standard view schedules, to read the formatted text of the cell regardless of cell type, use [!:Autodesk::Revit::DB::ViewSchedule::GetCellText()].

public string GetCellText(
	int nRow,
	int nCol
)

Return Value string The text in the cell, or an empty string if the type if not CellType.Text or CellType.ParameterText.

Loading…