GrapeCity.Windows.SpreadGrid.Editors 名前空間 > ListColumnCollection クラス : SetItem メソッド |
'Declaration
Protected Overrides NotOverridable Sub SetItem( _ ByVal index As Integer, _ ByVal listColumn As ListColumn _ )
protected override void SetItem( int index, ListColumn listColumn )
例外 | 説明 |
---|---|
System.NotSupportedException | ListColumnCollection は、インデクサーによる新しい ListColumn の設定をサポートしていません。 |