property Item.Indent as Long
Specifies the amount in pixels of the item's indent.

TypeDescription
Long A long expression that specifies the amount in pixels of the item's indent.
By default, the item's indent is zero. Use the Indent property to indent items, so they look like a tree. Use the Caption property to specify the caption of the item. Use the Image property to assign a picture to an item. The Indent property indents the caption and the image too. For instance, if the item is right aligned, the indentation is on the right side of the group.