バージョン

SetEditorSettings メソッド

セルの EditorTypeEditorStyle、および EditAsType プロパティを指定するために使用されます。
シンタックス
'宣言
 
Public Sub SetEditorSettings( _
   ByVal editorType As Type, _
   ByVal editorStyle As Style, _
   ByVal editAsType As Type _
) 
public void SetEditorSettings( 
   Type editorType,
   Style editorStyle,
   Type editAsType
)

パラメータ

editorType
EditorType の新しい値。
editorStyle
EditorStyle の新しい値。
editAsType
EditAsType の新しい値。
参照