IndexOf
ISectionCollection.IndexOf method
返回集合中指定部分的索引。
public int IndexOf(ISection section)
范围 | 类型 | 描述 |
---|---|---|
section | ISection | 要查找的部分。 |
返回值
节的索引,如果节不在此集合中,则为 -1。
也可以看看
- interface ISection
- interface ISectionCollection
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides
返回集合中指定部分的索引。
public int IndexOf(ISection section)
范围 | 类型 | 描述 |
---|---|---|
section | ISection | 要查找的部分。 |
节的索引,如果节不在此集合中,则为 -1。