| AkGridRowCreateContent Method |
构造。
Namespace: Appkit.Web.UIAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic 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