'宣言 Public Sub Group( _ ByVal parent As C1TextElement, _ ByVal start As System.Integer, _ ByVal count As System.Integer _ )
public void Group( C1TextElement parent, System.int start, System.int count )
パラメータ
- parent
- 子のグループ化に使用される C1TextElement。
- start
- 範囲に追加される最初の子のインデックス。
- count
- 範囲内の子の数。