지정한 인덱스에 있는 행을 가져옵니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
Syntax
C# |
---|
public Column this[ int index ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As Column Get |
Visual C++ |
---|
public: property Column^ default[int index] { Column^ get (int index); } |
Parameters
- index
- Type: System..::..Int32
가져올 행의의 인덱스(0부터 시작)입니다.
Return Value
지정한 인덱스의 Column입니다.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | index가 0보다 작거나, Count보다 클 경우 |