컬렉션에서 지정된 위치의 열을 제거합니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
Syntax
C# |
---|
public virtual void RemoveAt( int index ) |
Visual Basic |
---|
Public Overridable Sub RemoveAt ( _ index As Integer _ ) |
Visual C++ |
---|
public: virtual void RemoveAt( int index ) |
Parameters
- index
- Type: System..::..Int32
제거할 열의 위치를 나타냅니다.
Implements
IList<(Of <(<'T>)>)>..::..RemoveAt(Int32)
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | index가 0보다 작거나, Count보다 클 경우 |