Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
前のセル値に基づいて gridview 列セルを検証するにはどうすればよいですか?
例: 現在のセルの値が 10 の場合、次のセルの値は 10 より大きい必要があります
CellValidated/CellValidating/CellValueChanged イベントがあります。
行番号と列番号を含む、それらから取得する引数。あとは上の行と比較するだけです。