셀을 표시하기 위한 기본 방법을 제공합니다.

Namespace: Ntreev.Windows.Forms.Grid
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

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

See Also