| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > HtmlElementCollection Class : Count Property |
// find elements by tag HtmlElementCollection heCol = tab.FindElementsByTags("input:checkbox"); // get count of collection int count = heCol.Count;
// find elements by tag $heCol = $tab->FindElementsByTags("input:checkbox"); // get count of collection $count = $heCol->Count;
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven