C1.Win.C1FlexGrid Namespace : AutoSizeFlags Enumeration |
'Declaration
<FlagsAttribute()> Public Enum AutoSizeFlags Inherits System.Enum
'Usage
Dim instance As AutoSizeFlags
[Flags()] public enum AutoSizeFlags : System.Enum
[Flags()] public enum class AutoSizeFlags : public System.Enum
Member | Description |
---|---|
IgnoreHidden | Ignore invisible rows (or columns) when auto-sizing. |
IgnoreMerged | Ignore merged cells when auto-sizing. |
None | Default behavior. |
SameSize | All rows (or columns) in the range are set to the same size. |
System.Object
System.ValueType
System.Enum
C1.Win.C1FlexGrid.AutoSizeFlags
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