LayoutDefinition BeginStackedSection Method TIBCO Spotfire 6.0 API Reference
Creates a stacked (horizontal) section that will be used for subsequent calls to Add(Visual). The section should be closed by calling EndSection .

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

public void BeginStackedSection()
Exceptions

ExceptionCondition
System InvalidOperationExceptionIf another section with the same Orientation is begun within this section.
See Also