ListChildrenSetColumnDefinition Method (Int32, String) 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,
	string value
)

Parameters

index
Type: SystemInt32
A value between zero (first column) and MAX_COLUMNS - 1 (last column).
value
Type: SystemString
A String that represents the name of one of the members in the ListChildrenColumnDefinition enumeration. This name is not case sensitive.
Exceptions

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

Reference