Gets the count of table items contained within the collection. | |
Syntax: | long = object.Count |
Description: | The CimTableItems.Count is a long integer
indicating the number of items in the table items collection. Examples Dim oTable as CimTable Set oTable = oDb.Tables("MyTable") MsgBox oTable.Items.Count |