Skip to content

Commit 09b1b71

Browse files
Update how-to-retrieve-the-number-of-slides-in-a-presentation-document.md
Changes `Sheets` to `Slides` (structure was probably copied from Excel documentation.)
1 parent c3323e7 commit 09b1b71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/how-to-retrieve-the-number-of-slides-in-a-presentation-document.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ the main presentation part, storing the reference in a variable named
116116
```
117117

118118
--------------------------------------------------------------------------------
119-
## Retrieving the Count of All Sheets
119+
## Retrieving the Count of All Slides
120120
If the presentation part reference is not null (and it will not be, for
121121
any valid presentation that loads correctly into PowerPoint), the code
122122
next calls the **Count** method on the value of
@@ -145,7 +145,7 @@ exclude hidden slides, as shown in the following code.
145145
```
146146

147147
--------------------------------------------------------------------------------
148-
## Retrieving the Count of Visible Sheets
148+
## Retrieving the Count of Visible Slides
149149
If you requested that the code should limit the return value to include
150150
only visible slides, the code must filter its collection of slides to
151151
include only those slides that have a [Show](https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.presentation.slide.show.aspx) property that contains a value, and

0 commit comments

Comments
 (0)