MCPcopy Create free account
hub / github.com/Alan-CRL/Inkeys / EndSlideShow

Method EndSlideShow

PptCOM/PptCOM.cs:1481–1491  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1479 }
1480 }
1481 private int GetTotalSlideIndex(dynamic presentation)
1482 {
1483 dynamic slides = null;
1484 try
1485 {
1486 slides = presentation.Slides;
1487 return (int)slides.Count;
1488 }
1489 finally
1490 {
1491 SafeRelease(slides);
1492 slides = null;
1493 }
1494 }

Callers 1

EndPptShowFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected