AutoComplete for ASP.NET Web Forms
GrowShrinkModeEnum 列挙体

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 : GrowShrinkModeEnum 列挙体
Specifies the logic for handling CanGrow/CanShrink fields.
シンタックス
'宣言
 
Public Enum GrowShrinkModeEnum 
   Inherits System.Enum
public enum GrowShrinkModeEnum : System.Enum 
メンバ
メンバ解説
AccessUses a mode that is similar to MS Access, where fields that grow or shrink affect all fields below, even if they are off to the side of the field that grew or shrank.
C1ReportUses the standard C1Report mode, where fields that grow or shrink affect only fields directly below.
解説
Use the members of this enumeration to set the value of the C1Report.GrowShrinkMode property in the C1Report class.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Report.GrowShrinkModeEnum

参照

C1.C1Report 名前空間