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