点击或拖拽改变大小

TableViewNewRow 方法 (Object, String)

新添加行

命名空间:  Smobiler.Core.Controls
程序集:  Smobiler.Core.Controls (在 Smobiler.Core.Controls.dll 中) 版本:6.0.651.17422+acac930a389332bc36ed645b22d5419d24641df7
语法
public TableViewRow[] NewRow(
	Object dataSource,
	string dataMember = ""
)

参数

dataSource
类型:SystemObject
数据源
dataMember (Optional)
类型:SystemString
数据源名称

返回值

类型:TableViewRow

[缺少 "M:Smobiler.Core.Controls.TableView.NewRow(System.Object,System.String)" 的 <returns> 文档]

参见