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