HTMLTableColumnHeaderStart Method

Generates a start column header tag.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string TableColumnHeaderStart(
	string attributes = ""
)

Parameters

attributes  String  (Optional)
Additional attributes for the table column header start.

Return Value

String
String with the column header start tag.

See Also