Share

ViewSchedule.UngroupHeaders Method

Ungroups selected headers of schedule.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public void UngroupHeaders(
	int top,
	int left,
	int bottom,
	int right
)

Parameters

top  Int32
The index of the top row of the selected headers.
left  Int32
The index of the left column of the selected headers.
bottom  Int32
The index of the bottom row of the selected headers.
right  Int32
The index of the right column of the selected headers.

Exceptions

ExceptionCondition
ArgumentException Headers could not be ungrouped.

See Also

Reference

Was this information helpful?