3 writes to columnIndex
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewCellValueEventArgs.cs (3)
20this.columnIndex = this.rowIndex = -1; 35this.columnIndex = columnIndex; 73this.columnIndex = columnIndex;
1 reference to columnIndex
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewCellValueEventArgs.cs (1)
43return this.columnIndex;