FlexPivot for WinForms
AllowNull プロパティ (Column)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > Column クラス : AllowNull プロパティ
Gets or sets that cells in the Column will accept null value or null will be replaced by default value in unbound mode.
シンタックス
'宣言
 
Public Property AllowNull As System.Boolean
public System.bool AllowNull {get; set;}
解説
This property works only if IsValueType member of RowCol.DataType property equals to True and for type System.String. If value was changed to False then all null values in the Column will be replaced by defaults of current RowCol.DataType.
参照

Column クラス
Column メンバ