示例#1
0
 public BaseColumn Column(int index) => _table.Column(index);
示例#2
0
 public BaseDataFrameColumn Column(int index) => _table.Column(index);