Click or drag to resize

PFObjectViewHtmlHelperGlobalAggregation_GetRowHtml Method

Gets an aggregation row from its cells HTML.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public static Html GlobalAggregation_GetRowHtml(
	IHtmlString cellsHtml
)

Parameters

cellsHtml
Type: System.WebIHtmlString
td tags

Return Value

Type: Html
Full row html (tr tag)
See Also