Version

TableAreaSettingsUsageFlags Enumeration

Identifies which table area settings to use for a table
Syntax
'Declaration
 
Public Enum TableAreaSettingsUsageFlags 
   Inherits System.Enum
public enum TableAreaSettingsUsageFlags : System.Enum 
Members
MemberDescription
AllAreasUse settings for all areas including banding related areas
AllAreasWithoutBandingUse settings for all areas except for banding related areas
FirstColumnThe first column of cells in a table.
FirstRowThe first row of cells in a table.
HorizontalBandingHorizontal (i.e. Row) banding
LastColumnThe last column of cells in a table.
LastRowThe last row of cells in a table.
VerticalBandingVertical (i.e. Column) banding
Remarks

Note: the 4 areas that related to the corner cells of the table, TopLeftCell, TopRightCell. BottomLeftCell and BottomRightCell, will only be used if their intersecting Row and Column TableAreaSettingsUsageFlags are specified. For example, the BottomLeftCell area will be ignored unless both FirstColumn and LastRow TableAreaSettingsUsageFlags are set.

Requirements

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

See Also