Version

TableExtentUnitType Enumeration

Determines how the value of a TableExtent structure is interpreted
Syntax
'Declaration
 
Public Enum TableExtentUnitType 
   Inherits System.Enum
public enum TableExtentUnitType : System.Enum 
Members
MemberDescription
AutoThe value for the measurement of the current table width property in the parent table shall be automatically determined by the table layout algorithm when the table is displayed (this width can be adjusted as appropriate).
NoneThe width is zero regardless of the value
PercentThe value represents a percent, valid values are 0 to 100.
TwipThe width is specified in twentieths of a point.
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