'宣言 Public Event GroupInterval As GroupIntervalEventHandler
public event GroupIntervalEventHandler GroupInterval
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、GroupIntervalEventArgs 型の引数を受け取りました。次の GroupIntervalEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| Col | Column that is being grouped. |
| Row | Row index that is being grouped. |
| Value | Underlying value of the row being grouped. |
参照