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