Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 872 Bytes

Word.Sections.Item.md

File metadata and controls

44 lines (25 loc) · 872 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Sections.Item method (Word)
vbawd10.chm156893184
vbawd10.chm156893184
Word.Sections.Item
81640338-dfdc-b2bb-d98f-4a91da0b76c6
06/08/2017
medium

Sections.Item method (Word)

Returns an individual Section object in a collection.

Syntax

expression.Item (Index)

expression Required. A variable that represents a 'Sections' collection.

Parameters

Name Required/Optional Data type Description
Index Required Long The individual object to be returned. Can be a Long indicating the ordinal position of the individual object.

Return value

Section

See also

Sections Collection Object

[!includeSupport and feedback]