Method PushHeader
PushHeader(StringTableCollection, out string, out string)
Sets the column title and optional note. These values are always set regardless of the value of PushFields.
Declaration
public abstract void PushHeader(StringTableCollection collection, out string header, out string headerNote)
Parameters
Type | Name | Description |
---|---|---|
StringTableCollection | collection | |
string | header | The title to use for the column header. |
string | headerNote | Optional note that can be added to the header. |