Version

ColumnClipMode Enumeration

Enum for specifying LogicalPageLayoutInfo.ColumnClipMode property.
Syntax
'Declaration
 
Public Enum ColumnClipMode 
   Inherits System.Enum
public enum ColumnClipMode : System.Enum 
Members
MemberDescription
DefaultDefault is resolved to SplitClippedColumns in groups and row-layout mode, and in the regular mode (non-group and non-row-layout modes) it's resolved to RepeatClippedColumns.
RepeatClippedColumnsWhen a column is clipped because there is not enough remaining space on the page, it will be repeated on the next page to ensure that it's fully visible. Columns that are wider than the width of a full page will not be repeated.
SplitClippedColumnsWhen a column is clipped because there is not enough remaining space on the page, it will be displayed on the next page starting from the point where it got clipped on the previous page.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also