ExportColumnHeaders Enumeration

Options for exporting column headers in schedule view export.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum ExportColumnHeaders
Members
Member nameValueDescription
None0 Do not export column headers.
OneRow1 Export the column headers only.
MultipleRows2 Both column headers and grouped header cells are exported.
See Also