The TableData type exposes the following members.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the TableData
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSectionData(Int32)
Returns the section data array element at the specified index.
Public methodGetSectionData(SectionType)
Returns the pointer to the section data array element at the specified section type.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsEqual
Checks if this element is equal in value to the other element.
Public methodIsValidZoomLevel
Verifies if the value of zoom level is valid.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyFreezeColumnsAndRows
set to true if the columns and rows should be unmovable by the slider grips
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyNumberOfSections
Gets the number of items in section data array.
Public propertyWidth
Gets or sets the table width in feet
Public propertyWidthInPixels
Gets the width of the panel schedule in logical pixels
Public propertyZoomLevel
The value of zoom level for corresponding TableView.

See Also