셀의 영역을 무효화하고 컨트롤을 다시 그립니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
Syntax
C# |
---|
protected void Invalidate( CellBase cellBase ) |
Visual Basic |
---|
Protected Sub Invalidate ( _ cellBase As CellBase _ ) |
Visual C++ |
---|
protected: void Invalidate( CellBase^ cellBase ) |
Parameters
- cellBase
- Type: Ntreev.Windows.Forms.Grid..::..CellBase
무효화 할 영역을 포함하는 CellBase의 인스턴스 입니다.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | 매개 변수 cellBase의 값이 null일때 |