LayoutDefinitionBeginSideBySideSection Method

TIBCO Spotfire 11.4 API Reference
Creates a side-by-side (vertical) section that will be used for subsequent calls to to Add(Visual) or Add(Visual, Single). The section should be ended by calling EndSection.

Namespace:  Spotfire.Dxp.Application.Layout
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax

C#
public void BeginSideBySideSection()
Exceptions

ExceptionCondition
InvalidOperationExceptionIf another section with the same Orientation is begun within this section.
Version Information

Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also

Reference