ImageGear Professional v18.2 > API Reference Guide > ARTX Component API Reference > ARTX Component Objects > IGArtXPage Object > IGArtXPage Methods > GroupAdd Method |
Adds new group to ArtX page.
If the group with specified name already exists, this function returns handle of the existing group.
GroupAdd(GroupName As String) As IGArtXGroup
Name | Description |
---|---|
GroupName | Name of the group to add. |
Handle of ART group.
N/A