Table.SetHeader method
Sets the header row for the table using the specified header values.
public void SetHeader(params string[] headers)
parameter | description |
---|---|
headers | An array of header strings to be used as the table’s header row. |
See Also
- class Table
- namespace Kestrun.Logging.Utils.Console