CanGroupHeaders Method


Indicates if selected headers can be grouped for this schedule.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2014

Syntax

C#
public bool CanGroupHeaders(
	int top,
	int left,
	int bottom,
	int right
)
Visual Basic
Public Function CanGroupHeaders ( _
	top As Integer, _
	left As Integer, _
	bottom As Integer, _
	right As Integer _
) As Boolean
Visual C++
public:
bool CanGroupHeaders(
	int top, 
	int left, 
	int bottom, 
	int right
)

Parameters

top
Type: SystemInt32
The index of the top row of the selected headers.
left
Type: SystemInt32
The index of the left column of the selected headers.
bottom
Type: SystemInt32
The index of the bottom row of the selected headers.
right
Type: SystemInt32
The index of the right column of the selected headers.

Return Value

True if the selected headers can be grouped, false otherwise.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →