'Declaration Public Enum CellPageSpanStrategy Inherits System.Enum
public enum CellPageSpanStrategy : System.Enum
Member | Description |
---|---|
Continue | If a cell can't fit on a page it will be clipped and the portion that couldn't fit will be shown on the next page. |
NextPage | If a cell can't fit on a page it will be moved to the next page. |
NextPageFillWithPreviousCell | If a cell can't fit on a page it will be moved to the next page and the previous cell will be expanded to fill. |
Note: This also applies to field labels as well so that the header area will line up properly.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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