FlexPivot for WinForms
AllowEditing プロパティ (RowCol)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > RowCol クラス : AllowEditing プロパティ
Gets or sets whether cells on this row or column can be edited by the user.
シンタックス
'宣言
 
Public Overridable Property AllowEditing As System.Boolean
public virtual System.bool AllowEditing {get; set;}
解説

The grid object also has an AllowEditing property. If editing is disabled at the grid level, the user will not be able to edit any cells.

If editing is allowed by the grid's AllowEditing property, then editing of individual rows and columns can still be disabled by setting this property to false.

参照

RowCol クラス
RowCol メンバ