C1FlexGrid 合并单元格
this.fgMain.AllowMerging = AllowMergingEnum.Custom;
cellRange = this.fgMain.GetCellRange(0, 1, 0, 2);
cellRange.Data = "基本小分類コード";
this.fgMain.MergedRanges.Add(cellRange);
this.fgMain.AllowMerging = AllowMergingEnum.Custom;
cellRange = this.fgMain.GetCellRange(0, 1, 0, 2);
cellRange.Data = "基本小分類コード";
this.fgMain.MergedRanges.Add(cellRange);