【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.4.4.3 CollectionEmbeddedPages::Count
Contents
Description
Returns the count of all the objects in the collection.
Syntax
int Count( )
Parameters
Return
returns the number of pages embedded in the Worksheet
Examples
EX1
void CollectionEmbeddedPages_Count_Ex1() { Worksheet wks = Project.ActiveLayer(); if(!wks) return; CollectionEmbeddedPages embeddedPages(wks); int nCount = embeddedPages.Count(); printf("%d pages embdded in a worksheet", nCount); }
Remark
See Also
Header to Include
origin.h