セルに入力できる最大文字数を設定します。

Namespace: YiaoWang.Windows.Forms
Assembly: YiaoWang.Windows.Forms (YiaoWang.Windows.Forms.dll 内) バージョン: 2.11.5.7 (2.11.5.7)

Syntax

C#
public void SetColMaxLength(
	int index,
	int length
)
Visual Basic
Public Sub SetColMaxLength ( _
	index As Integer, _
	length As Integer _
)

Parameters

index
Type: System..::..Int32
設定する列の0から始まるインデックス番号。
length
Type: System..::..Int32
入力できる最大文字数。

Remarks