DVTk API
AddHeader Method (header)
DVTkDvtkHighLevelInterface.Common.OtherTableAddHeader(array<String>[]()[])
DVTk API

[This is preliminary documentation and is subject to change.]

Add a header to the table.
Declaration Syntax
C#Visual BasicVisual C++
public void AddHeader(
	params string[] header
)
Public Sub AddHeader ( _
	ParamArray header As String() _
)
public:
void AddHeader(
	... array<String^>^ header
)
Parameters
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.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0