'Declaration Public Enum WorksheetTableArea Inherits System.Enum
public enum WorksheetTableArea : System.Enum
Member | Description |
---|---|
DataArea | The format is applied to the data area of the table. |
HeaderRow | The format is applied to the header row of the table. All but the top border properties can be set on this area format. Setting the top border properties will cause an exception. |
TotalsRow | The format is applied to the totals row of the table. All but the bottom border properties can be set on this area format. Setting the bottom border properties will cause an exception. |
WholeTable | The format is applied to the entire table. Only the outer border properties can be set on this area format. Setting any other will cause an exception. |
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