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

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(
	string colName,
	int length
)
Visual Basic
Public Sub SetColMaxLength ( _
	colName As String, _
	length As Integer _
)

Parameters

colName
Type: System..::..String
設定する列の名前。
length
Type: System..::..Int32
入力できる最大文字数。

Remarks