IndexOf
ISectionCollection.IndexOf 方法
返回集合中指定节的索引。
public int IndexOf(ISection section)
参数 | 类型 | 描述 |
---|---|---|
section | ISection | 要查找的节。 |
返回值
节的索引,如果该节不在此集合中,则返回 -1。
另见
- 接口 ISection
- 接口 ISectionCollection
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides
返回集合中指定节的索引。
public int IndexOf(ISection section)
参数 | 类型 | 描述 |
---|---|---|
section | ISection | 要查找的节。 |
节的索引,如果该节不在此集合中,则返回 -1。