[This is preliminary documentation and is subject to change.]
Add a header to the table.
| C# | Visual Basic | Visual C++ |
public void AddHeader( params string[] header )
Public Sub AddHeader ( _ ParamArray header As String() _ )
public: void AddHeader( ... array<String^>^ header )
- header (array< String >[]()[])
- A collection of strings describing the columns. The same amount of strings should be supplied as the number of user defined columns.