'Declaration Public Enum RowHeightRule Inherits System.Enum
public enum RowHeightRule : System.Enum
Member | Description |
---|---|
AtLeast | Specifies that the height of the row is at least the value specified, but may be expanded to fit its content as needed. |
Auto | Specifies that the height of the row is automatically determined by the size of its contents, with no predetermined minimum or maximum size. |
Exact | Specifies that the height of the row is exactly the value specified, regardless of the size of its contents. If the content is too large for the specified height, it is clipped. |
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