セルの内容を示す場所を設定します。

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

Syntax

C#
public void SetColAlign(
	string colName,
	DataGridViewContentAlignment align
)
Visual Basic
Public Sub SetColAlign ( _
	colName As String, _
	align As DataGridViewContentAlignment _
)

Parameters

colName
Type: System..::..String
設定する列の名前。
align
Type: System.Windows.Forms..::..DataGridViewContentAlignment
セルの内容を示す場所。

Remarks