PFObjectViewHtmlHelperHeader_GetRowHtml Method |
Gets a header 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 public static Html Header_GetRowHtml(
IHtmlString cellsHtml
)
Parameters
- cellsHtml
- Type: System.WebIHtmlString
th tags
Return Value
Type:
Html
Full row html (tr tag)
See Also