C1.C1Preview Namespace : TableSizingModeEnum Enumeration |
'Declaration Public Enum TableSizingModeEnum Inherits System.Enum
public enum TableSizingModeEnum : System.Enum
Member | Description |
---|---|
Auto | Size (height for rows, width for columns) is calculated automatically based on the content. |
Default | At table level, default is Auto for rows, and Fixed for columns; at row/column level, default inherits from the table. |
Fixed | Size (height for rows, width for columns) should be explicitly specified (if omitted, it is determined by the available space and row/column count). |
System.Object
System.ValueType
System.Enum
C1.C1Preview.TableSizingModeEnum
Target Platforms: 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