C# Class NzbSearcher.DataGridViewWithInvisibleCells

Inheritance: System.Windows.Forms.DataGridView
Show file Open project: Heimiko/NzbSearcher

Public Methods

Method Description
AddInvisibleCell ( System.Windows.Forms.DataGridViewCell Cell ) : void
AddInvisibleCell ( int columnIndex, int rowIndex ) : void

Protected Methods

Method Description
OnCellPainting ( System.Windows.Forms.DataGridViewCellPaintingEventArgs e ) : void
OnDataBindingComplete ( DataGridViewBindingCompleteEventArgs e ) : void

Method Details

AddInvisibleCell() public method

public AddInvisibleCell ( System.Windows.Forms.DataGridViewCell Cell ) : void
Cell System.Windows.Forms.DataGridViewCell
return void

AddInvisibleCell() public method

public AddInvisibleCell ( int columnIndex, int rowIndex ) : void
columnIndex int
rowIndex int
return void

OnCellPainting() protected method

protected OnCellPainting ( System.Windows.Forms.DataGridViewCellPaintingEventArgs e ) : void
e System.Windows.Forms.DataGridViewCellPaintingEventArgs
return void

OnDataBindingComplete() protected method

protected OnDataBindingComplete ( DataGridViewBindingCompleteEventArgs e ) : void
e System.Windows.Forms.DataGridViewBindingCompleteEventArgs
return void