RVTDocs.com
Namespace: Autodesk.Revit.DB

TableData

Class
Description:
The TableData class is implemented to hold most of the data that describe the style of the rows, columns, and cells in a table.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.TableData
    Autodesk.Revit.DB.Electrical.PanelScheduleData
Syntax
public class TableData : IDisposable
TableData Class Members:
Name Description Inherited From
FreezeColumnsAndRows set to true if the columns and rows should be unmovable by the slider grips
IsValidObject Specifies whether the .NET object represents a valid Revit entity.
NumberOfSections Gets the number of items in section data array.
Width Gets or sets the table width in feet
WidthInPixels Gets the width of the panel schedule in logical pixels
ZoomLevel The value of zoom level for corresponding TableView.
Name Description Inherited From
Dispose Releases all resources used by the TableData
Equals Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
GetHashCode Serves as the default hash function. (Inherited from Object ) Object
GetSectionData(Int32) Returns the section data array element at the specified index.
GetSectionData(SectionType) Returns the pointer to the section data array element at the specified section type.
GetType Gets the Type of the current instance. (Inherited from Object ) Object
IsEqual Checks if this element is equal in value to the other element.
IsValidZoomLevel Verifies if the value of zoom level is valid.
ToString Returns a string that represents the current object. (Inherited from Object ) Object