ViewScheduleGroupHeaders Method |
Groups schedule header cells.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic void GroupHeaders(
int top,
int left,
int bottom,
int right,
string caption
)
Public Sub GroupHeaders (
top As Integer,
left As Integer,
bottom As Integer,
right As Integer,
caption As String
)
public:
void GroupHeaders(
int top,
int left,
int bottom,
int right,
String^ caption
)
member GroupHeaders :
top : int *
left : int *
bottom : int *
right : int *
caption : string -> unit
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.
- caption String
-
The header caption.
Exceptions
See Also