'DeclarationPublic 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
 
            'DeclarationPublic Shared Function CreateTableRow( _ ByVal values() As String, _ Optional ByVal attributes() As String _ ) As String
public static string CreateTableRow( string[] values, string[] attributes )