Visual Basic (Declaration) | |
---|---|
Public Property EnableZoneForceSingleColumn As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool EnableZoneForceSingleColumn {get; set;} |
Return Value
Enables or disables forcing the page to be a single column.- true: Force the page to be a single column.
- false: Do not force the page to be a single column. This prevents the engine from detecting columns and placing their contents one below the other. It is useful for conserving the columnar structure in tables.
Refer to FindZones example.
For more information, refer to Working with Zones.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family