C# 클래스 NzbSearcher.DataGridViewWithInvisibleCells

상속: System.Windows.Forms.DataGridView
파일 보기 프로젝트 열기: Heimiko/NzbSearcher

공개 메소드들

메소드 설명
AddInvisibleCell ( System.Windows.Forms.DataGridViewCell Cell ) : void
AddInvisibleCell ( int columnIndex, int rowIndex ) : void

보호된 메소드들

메소드 설명
OnCellPainting ( System.Windows.Forms.DataGridViewCellPaintingEventArgs e ) : void
OnDataBindingComplete ( DataGridViewBindingCompleteEventArgs e ) : void

메소드 상세

AddInvisibleCell() 공개 메소드

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

AddInvisibleCell() 공개 메소드

public AddInvisibleCell ( int columnIndex, int rowIndex ) : void
columnIndex int
rowIndex int
리턴 void

OnCellPainting() 보호된 메소드

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

OnDataBindingComplete() 보호된 메소드

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