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

Sets the group selection to the value passed

Namespace:  OfficeClip.BusinessLayer.Framework.Profile
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
protected void SetGroupSelection(
	int index,
	GroupSelection value
)
Visual Basic (Declaration)
Protected Sub SetGroupSelection ( _
	index As Integer, _
	value As GroupSelection _
)
Visual C++
protected:
void SetGroupSelection(
	int index, 
	GroupSelection value
)

Parameters

index
Type: System..::.Int32
The index of the property
value
Type: OfficeClip.Utils..::.GroupSelection
The value of the property

See Also