셀을 표시하기 위한 기본 방법을 제공합니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
 Syntax
Syntax
| C# | 
|---|
| public abstract class CellBase : GridObject, IStyle, IDisposable | 
| Visual Basic | 
|---|
| Public MustInherit Class CellBase _ Inherits GridObject _ Implements IStyle, IDisposable | 
| Visual C++ | 
|---|
| public ref class CellBase abstract : public GridObject, IStyle, IDisposable | 
 Inheritance Hierarchy
Inheritance Hierarchy
System..::..Object
Ntreev.Windows.Forms.Grid..::..GridObject
Ntreev.Windows.Forms.Grid..::..CellBase
Ntreev.Windows.Forms.Grid..::..CaptionRow
Ntreev.Windows.Forms.Grid..::..Cell
Ntreev.Windows.Forms.Grid..::..Column
Ntreev.Windows.Forms.Grid..::..RowBase
Ntreev.Windows.Forms.Grid..::..GridObject
Ntreev.Windows.Forms.Grid..::..CellBase
Ntreev.Windows.Forms.Grid..::..CaptionRow
Ntreev.Windows.Forms.Grid..::..Cell
Ntreev.Windows.Forms.Grid..::..Column
Ntreev.Windows.Forms.Grid..::..RowBase





