ListChildrenSetColumnDefinition Method (Int32, ListChildrenColumnDefinition) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Sets a column definition at a specific column position.

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

public void SetColumnDefinition(
	int index,
	ListChildrenColumnDefinition value
)

Parameters

index
Type: SystemInt32
A value between zero (first column) and MAX_COLUMNS - 1 (last column).
value
Type: ContentStudio.Site.ActiveScripting.DocumentListChildrenColumnDefinition
The value of the column. This value must be a member of the ListChildrenColumnDefinition enumeration.
Exceptions

ExceptionCondition
IndexOutOfRangeExceptionValue of index is invalid.
See Also

Reference