DataGridViewCellParsingEventArgs メンバ
DataGridView コントロールの CellParsing イベントのデータを提供します。
DataGridViewCellParsingEventArgs データ型で公開されるメンバを以下の表に示します。


名前 | 説明 | |
---|---|---|
![]() | ColumnIndex | 解析を必要とするセル データの列インデックスを取得します。 |
![]() | DesiredType | 必要な値のデータ型を取得します。(ConvertEventArgs から継承されます。) |
![]() | InheritedCellStyle | 編集されたセルに適用されるスタイルを取得または設定します。 |
![]() | ParsingApplied | セルの値が正常に解析されたかどうかを示す値を取得または設定します。 |
![]() | RowIndex | 解析を必要とするセルの行インデックスを取得します。 |
![]() | Value | ConvertEventArgs の値を取得または設定します。(ConvertEventArgs から継承されます。) |

名前 | 説明 | |
---|---|---|
![]() | Equals | オーバーロードされます。 2 つの Object インスタンスが等しいかどうかを判断します。 (Object から継承されます。) |
![]() | GetHashCode | 特定の型のハッシュ関数として機能します。GetHashCode は、ハッシュ アルゴリズムや、ハッシュ テーブルのようなデータ構造での使用に適しています。 (Object から継承されます。) |
![]() | GetType | 現在のインスタンスの Type を取得します。 (Object から継承されます。) |
![]() | ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 (Object から継承されます。) |
![]() | ToString | 現在の Object を表す String を返します。 (Object から継承されます。) |

名前 | 説明 | |
---|---|---|
![]() | Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Object から継承されます。) |
![]() | MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Object から継承されます。) |

関連項目
DataGridViewCellParsingEventArgs クラスSystem.Windows.Forms 名前空間
DataGridView クラス
DataGridView.CellParsing イベント
DataGridView.OnCellParsing
DataGridView.CellFormatting イベント
DataGridView.EditMode プロパティ
DataGridViewCell.ValueType プロパティ
DataGridViewCell.InheritedStyle プロパティ
DataGridViewCell.ParseFormattedValue
DataGridViewCellParsingEventHandler
ConvertEventArgs.Value プロパティ
InheritedCellStyle
ParsingApplied
DataGridViewCellStyle
DataGridViewCellStyle.NullValue
DataGridViewCellStyle.Format
DataGridViewCellStyle.FormatProvider
- DataGridViewCellParsingEventArgs メンバのページへのリンク