public int Count {get;}
// 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: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.
HtmlElementCollection Class HtmlElementCollection Members Elements Property GetByNumber Method IndexOf Method Insert Method InsertRange Method Remove Method