삽입열을 가져옵니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
Syntax
| C# |
|---|
public InsertionRow InsertionRow { get; } |
| Visual Basic |
|---|
Public ReadOnly Property InsertionRow As InsertionRow Get |
| Visual C++ |
|---|
public: property InsertionRow^ InsertionRow { InsertionRow^ get (); } |
Remarks
새로운 열을 추가 하기 위하여 그리드컨트롤에서는 삽입열이라는 특수한 열을 제공합니다.
삽입열은 새로 만들거나 삭제할 수 없습니다.