Prompts the end-user to control whether a type parameter contained in the specified table cell should be allowed edited.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public static bool TestCellAndPromptToEditTypeParameter( TableView tableView, SectionType sectionType, int row, int column )
Parameters
- tableView TableView
- The table view.
- sectionType SectionType
- The section the row lies in.
- row Int32
- The row index in the section.
- column Int32
- The column index in the section.
Return Value
BooleanReturns true if editing the cell is allowed; otherwise false.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
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 |