<Code Lib>
2026 Method
Changes 0
M

TableView.IsValidSectionType

Description:
Identifies if the section type is valid for this view.
Remarks:
Some TableViews do not contain all of the possible section types. For example, standard schedules have only a Heading and Body.

public bool IsValidSectionType(
	SectionType sectionType
)

Return Value Boolean True if the Section Type is valid, false otherwise.

Loading…