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