Version

TableArea Enumeration

Identifies an area inside a table
Syntax
'Declaration
 
Public Enum TableArea 
   Inherits System.Enum
public enum TableArea : System.Enum 
Members
MemberDescription
BottomLeftCellThe cell in the bottom left hand corner of the table
BottomRightCellThe cell in the bottom right hand corner of the table
EvenColumnBandingEven numbered groupings of columns
EvenRowBandingEven numbered groupings of rows
FirstColumnThe first column of cells in a table.
FirstRowThe first row of cells in a table.
LastColumnThe last column of cells in a table.
LastRowThe last row of cells in a table.
OddColumnBandingOdd numbered groupings of columns
OddRowBandingOdd numbered groupings of rows
TopLeftCellThe cell in the top left hand corner of the table
TopRightCellThe cell in the top right hand corner of the table
WholeTableThe entire table area
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