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