| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > DocumentCollection Class : Count Property |
// get all documents from page DocumentCollection docCol = tab.AllDocuments; // get count int count = docCol.Count;
// get all documents from page $docCol = $tab->AllDocuments; // get count $count = $docCol->Count;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.