Click or drag to resize
AkGridRowCreateContent Method
构造。

Namespace: Appkit.Web.UI
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public void CreateContent(
	int index,
	AkObject obj,
	List<string> cols,
	List<string> styles
)

Parameters

index
Type: SystemInt32
索引。
obj
Type: Appkit.DataAkObject
对象。
cols
Type: System.Collections.GenericListString
列名字符串集合。
styles
Type: System.Collections.GenericListString
样式字符串集合。
See Also