方法一:循环所有控件,判断是否为RecordGrid控件。
方法二:动态引用
for i as integer = 1 to 10
e.form.controls("recordgrid" & i)
next