2024 Method
Changes 0
M

ViewSchedule.CanUngroupHeaders

Description:
Indicates if selected headers can be ungrouped.
public bool CanUngroupHeaders(
	int top,
	int left,
	int bottom,
	int right
)
  • Int32
    top
    The index of the top row of the selected headers.
  • Int32
    left
    The index of the left column of the selected headers.
  • Int32
    bottom
    The index of the bottom row of the selected headers.
  • Int32
    right
    The index of the right column of the selected headers.
Return Value bool True if the selected headers can be grouped, false otherwise.