DataGridViewBand.IsRow プロパティ

定義

バンドが行を表すかどうかを示す値を取得します。

protected:
 property bool IsRow { bool get(); };
protected bool IsRow { get; }
member this.IsRow : bool
Protected ReadOnly Property IsRow As Boolean

プロパティ値

バンドが DataGridViewRow を表す場合は true。それ以外の場合は false

適用対象

こちらもご覧ください