Click or drag to resize
UniMatrixEnableColumn Method
Enables column with specified index.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public virtual void EnableColumn(
	int index
)

Parameters

index
Type: SystemInt32
Index of the column to enable
See Also