[]
获取指定索引处的ITableColumn 。
ITableColumn this[int index] { get; }
索引。
获取指定列名的ITableColumn 。
ITableColumn this[string name] { get; }
列名。