| BasicMultiColumnTableProcessTemplate Method | 
            Processes template definition and replaces macros with their values.
            
 
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxprotected string ProcessTemplate(
	string templateStr,
	DataRow dr
)
Parameters
- templateStr
- Type: SystemString
 Template string
- dr
- Type: System.DataDataRow
 Datarow object with values
Return Value
Type: 
String See Also
See Also