ViewSchedule.CanGroupHeaders Method

ViewScheduleCanGroupHeaders Method

Indicates if selected headers can be grouped for this schedule.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool CanGroupHeaders(
	int top,
	int left,
	int bottom,
	int right
)
Public Function CanGroupHeaders ( 
	top As Integer,
	left As Integer,
	bottom As Integer,
	right As Integer
) As Boolean
public:
bool CanGroupHeaders(
	int top, 
	int left, 
	int bottom, 
	int right
)
member CanGroupHeaders : 
        top : int * 
        left : int * 
        bottom : int * 
        right : int -> bool 

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.

Return Value

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