ColumnHeaderの上にもう1つColumnHeaderを設定します。
Namespace: YiaoWang.Windows.FormsAssembly: YiaoWang.Windows.Forms (YiaoWang.Windows.Forms.dll 内) バージョン: 2.11.5.7 (2.11.5.7)
Syntax
C# |
---|
public void SetSubColumnHeader( int[] spans, string[] texts, bool heightBorderVisible ) |
Visual Basic |
---|
Public Sub SetSubColumnHeader ( _ spans As Integer(), _ texts As String(), _ heightBorderVisible As Boolean _ ) |
Parameters
- spans
- Type: array<System..::..Int32>[]()[][]
設定するColumnHeaderの結合情報。
- texts
- Type: array<System..::..String>[]()[][]
設定するColumnHeaderText。
- heightBorderVisible
- Type: System..::..Boolean
縦の中央の線を表示するかどうかを示す値。
Remarks
1列目と2列目を結合する場合は、spans() = {2,0}、texts() = {"Docking", ""} のように設定します。