ListChildrenSetColumnHeaderText Method Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Sets the value of one of the column headers.

Namespace: ContentStudio.Site.ActiveScripting.Document
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public void SetColumnHeaderText(
	int index,
	string value
)

Parameters

index
Type: SystemInt32
A value between zero (first column) and MAX_COLUMNS - 1 (last column).
value
Type: SystemString
The text of the column header.
Exceptions

ExceptionCondition
ArgumentNullExceptionThe value cannot be null (Nothing in Visula Basic).
IndexOutOfRangeExceptionValue of index is invalid.
See Also

Reference