它有两个方法:用add添加元素,和用remove从集合中删去元素。它有两个属性:
用count来记录元素数目,用只读属性item返回collection 对象的特定成员的位置或键
sub add(byval f as form) ‘向集合中添加元素的方法
dim itemcount as integer
for itemcount = 1 to c.count
它有两个方法:用add添加元素,和用remove从集合中删去元素。它有两个属性:
用count来记录元素数目,用只读属性item返回collection 对象的特定成员的位置或键
sub add(byval f as form) ‘向集合中添加元素的方法
dim itemcount as integer
for itemcount = 1 to c.count