System.Windows.Forms.TableColumnCollection.this C# (CSharp) Method

this() public method

public this ( int index ) : TableColumn
index int
return TableColumn
        public TableColumn this[int index]
        {
            get { return items[index]; }
        }