AddEmptySection

ISectionCollection.AddEmptySection 方法

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

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

返回值

添加的节。

另请参见