HTMLTableColumnStart Method

Generates a table column start tag.

Definition

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

Parameters

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

Return Value

String
String with the table column start tag.

See Also