adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / HTMLUtility Class / CreateTableRow Method

In This Topic
    CreateTableRow Method
    In This Topic
    Returns a table row with columns for the specified values.
    Syntax
    'Declaration
     
    
    Public Shared Function CreateTableRow( _
       ByVal values() As String, _
       Optional ByVal attributes() As String _
    ) As String
    public static string CreateTableRow( 
       string[] values,
       string[] attributes
    )

    Parameters

    values
    attributes
    See Also