AddEmptySection

SectionCollection.AddEmptySection 方法

将空节添加到集合的指定位置。

public ISection AddEmptySection(string name, int index)
参数类型描述
nameString节的名称
indexInt32新节的索引。

返回值

已添加的节。

参见