HTMLTableColumn Method

Generates a table column tag.

Definition

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

Parameters

content  String
The content of the table column.
attributes  String  (Optional)
Additional attributes for the table column.

Return Value

String
String with the table column tag.

See Also