C# Class NzbSearcher.DataGridViewWithInvisibleCells

Inheritance: System.Windows.Forms.DataGridView
Afficher le fichier Open project: Heimiko/NzbSearcher

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnCellPainting ( System.Windows.Forms.DataGridViewCellPaintingEventArgs e ) : void
OnDataBindingComplete ( DataGridViewBindingCompleteEventArgs e ) : void

Method Details

AddInvisibleCell() public méthode

public AddInvisibleCell ( System.Windows.Forms.DataGridViewCell Cell ) : void
Cell System.Windows.Forms.DataGridViewCell
Résultat void

AddInvisibleCell() public méthode

public AddInvisibleCell ( int columnIndex, int rowIndex ) : void
columnIndex int
rowIndex int
Résultat void

OnCellPainting() protected méthode

protected OnCellPainting ( System.Windows.Forms.DataGridViewCellPaintingEventArgs e ) : void
e System.Windows.Forms.DataGridViewCellPaintingEventArgs
Résultat void

OnDataBindingComplete() protected méthode

protected OnDataBindingComplete ( DataGridViewBindingCompleteEventArgs e ) : void
e System.Windows.Forms.DataGridViewBindingCompleteEventArgs
Résultat void