'Declaration Public Enum TableArea Inherits System.Enum
public enum TableArea : System.Enum
Member | Description |
---|---|
BottomLeftCell | The cell in the bottom left hand corner of the table |
BottomRightCell | The cell in the bottom right hand corner of the table |
EvenColumnBanding | Even numbered groupings of columns |
EvenRowBanding | Even numbered groupings of rows |
FirstColumn | The first column of cells in a table. |
FirstRow | The first row of cells in a table. |
LastColumn | The last column of cells in a table. |
LastRow | The last row of cells in a table. |
OddColumnBanding | Odd numbered groupings of columns |
OddRowBanding | Odd numbered groupings of rows |
TopLeftCell | The cell in the top left hand corner of the table |
TopRightCell | The cell in the top right hand corner of the table |
WholeTable | The entire table area |
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