コード例 #1
0
 public void AddColumn(string caption, int width, bool autoSize)
 {
     fList.AddColumn(caption, width, autoSize);
 }