Skip to content

TableData

Public Class

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

Namespace: Autodesk.Revit.DB

Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

Syntax

public class TableData : IDisposable

The TableData type exposes the following members.

Properties

Name

Description


Public Property

set to true if the columns and rows should be unmovable by the slider grips


Public Property
IsValidObject

Specifies whether the .NET object represents a valid Revit entity.


Public Property

Gets the number of items in section data array.


Public Property

Gets or sets the table width in feet


Public Property

Gets the width of the panel schedule in logical pixels


Public Property
ZoomLevel

The value of zoom level for corresponding TableView.


Methods

Name

Description


Public Method

Releases all resources used by the TableData


Public Method

Equals

Determines whether the specified object is equal to the current object.
(Inherited from Object)


Public Method

GetHashCode

Serves as the default hash function.
(Inherited from Object)


Public Method

Returns the section data array element at the specified index.


Public Method

Returns the pointer to the section data array element at the specified section type.


Public Method

GetType

Gets the Type of the current instance.
(Inherited from Object)


Public Method

Checks if this element is equal in value to the other element.


Public Method

Verifies if the value of zoom level is valid.


Public Method

ToString

Returns a string that represents the current object.
(Inherited from Object)