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

Gets the grouyp selection. By default it returns the current group

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

Syntax

C#
protected GroupSelection GetGroupSelection(
	int index
)
Visual Basic (Declaration)
Protected Function GetGroupSelection ( _
	index As Integer _
) As GroupSelection
Visual C++
protected:
GroupSelection GetGroupSelection(
	int index
)

Parameters

index
Type: System..::.Int32
The index of the property

Return Value

See Also