TableView Class


This represents a view that shows a table. Most of the layout data for the table is contained in the TableData class.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)

Syntax

C#
public class TableView : View
Visual Basic
Public Class TableView _
	Inherits View
Visual C++
public ref class TableView : public View

Inheritance Hierarchy

See Also