*タイトル中央寄せ
With FlexGridEx1
'タイトルを中央寄せに設定
For Each col As C1.Win.C1FlexGrid.Column In FlexGridEx1.Cols
col.TextAlignFixed = TextAlignEnum.CenterCenter
Next
End With
*カスタムマージ
CellRange cr = this.grid.GetCellRange(0, this.grid.Cols["UP"].Index, 0, this.grid.Cols["DOWN"].Index);
this.grid.MergedRanges ...
詳細解説リンク/関連リンク:tamurin's wiki