可以,直接去创建一个新的属性表窗口:
IFormTabular formTabular = SuperMap.Desktop.Application.ActiveApplication.CreateTabularWindow(); // 获取当前窗口的属性表控件 SuperMap.Desktop.ITabularControl tabularControl = formTabular.TabularControl;
然后设置tabularControl 关联的数据记录即可 Recordset。