FlexGrid for WinForms
AutoSizeFlags Enumeration



Specifies options that control auto-sizing.
Syntax
'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 
Members
MemberDescription
IgnoreHiddenIgnore invisible rows (or columns) when auto-sizing.
IgnoreMergedIgnore merged cells when auto-sizing.
NoneDefault behavior.
SameSizeAll rows (or columns) in the range are set to the same size.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.AutoSizeFlags

Requirements

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

See Also

Reference

C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback