Version

RowHeightRule Enumeration

Constants which describe the rule applied when calculating the height of a table row.
Syntax
'Declaration
 
Public Enum RowHeightRule 
   Inherits System.Enum
public enum RowHeightRule : System.Enum 
Members
MemberDescription
AtLeastSpecifies that the height of the row is at least the value specified, but may be expanded to fit its content as needed.
AutoSpecifies that the height of the row is automatically determined by the size of its contents, with no predetermined minimum or maximum size.
ExactSpecifies 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.
Requirements

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

See Also