全部显示

Item 方法

       

应用于 ActionSettings 对象的 Item 方法。

应用于 AddInsCanvasShapesDesignsDiagramNodeChildrenDiagramNodesFontsGroupShapesNamedSlideShowsPresentationsShapeNodesShapeRangeShapesSlideRangeSlides 对象的 Item 方法。

应用于 AnimationBehaviorsAnimationPointsCellRangeColorSchemesColumnsCommentsDocumentWindowsExtraColorsHyperlinksObjectVerbsPanesPlaceholdersPrintRangesPublishObjectsRowsRulerLevelsSequenceSequencesSlideShowWindowsTabStopsTextStyleLevels 对象的 Item 方法。

应用于 Borders 对象的 Item 方法。

应用于 Tags 对象的 Item 方法。

应用于 TextStyles 对象的 Item 方法。

说明

Item 方法是集合的默认方法。例如,下面两行代码是等价的:

ActivePresentation.Slides.Item(1)
ActivePresentation.Slides(1)

关于返回集合中单个成员的详细信息,请参阅返回集合中的对象

示例

应用于 ActionSettings 对象。

应用于 RulerLevels 对象。 

应用于 Shapes 对象。 

应用于 Tags 对象。