Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void AddRow(params string[])

Declaration

public void AddRow(
    params string[] values
)

Summary

Adds a new row to the end of the table, using default cell settings for each cell.

Parameters

string[]values Values to add, one for each column.