'宣言 Public Overrides Function GetCellText( _ ByVal row As DataGridRow _ ) As System.String
public override System.string GetCellText( DataGridRow row )
パラメータ
- row
- 照会されるセルを含む行。
'宣言 Public Overrides Function GetCellText( _ ByVal row As DataGridRow _ ) As System.String
public override System.string GetCellText( DataGridRow row )
true
の場合、表示されるテキストは、 CheckedTextプロパティの値になります。値が false
の場合、表示されるテキストは、 UncheckedTextプロパティの値になります。値が null
の場合、表示されるテキストは、 UndefinedTextプロパティの値になります。