RVTDocs.com
Namespace: Autodesk.Revit.DB Class: TableView

TableView.GetCalculatedValueText

Method
Description:
Gets the calculated value text for a cell from the instance view.
Syntax
public string GetCalculatedValueText(
	SectionType sectionType,
	int row,
	int column
)
Parameters
Parameter Type Description
sectionType SectionType The section type.
row Int32 The row.
column Int32 The column.
Return Value
Type Description
String The calculated value text.
Exceptions
Exception Condition
ArgumentException The sectionType is not a valid type for this view.
ArgumentOutOfRangeException The given row number row is invalid. -or- The given column number column is invalid. -or- A value passed for an enumeration argument is not a member of that enumeration