HTMLTableColumnHeaderStart Method
Generates a start column header tag.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string TableColumnHeaderStart(
string attributes = ""
)
Public Shared Function TableColumnHeaderStart (
Optional attributes As String = ""
) As String
- attributes String (Optional)
- Additional attributes for the table column header start.
StringString with the column header start tag.