# PropertyListHeader
Class
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Child | index as Integer | PropertyListChild | Returns the child at the specified index. |
| Child | NodeName as String | PropertyListChild | Returns the child whose name matches the NodeName parameter (or Nil). |
| Constructor | ItemText as String <br> AppendTo as GraffitiPropertyList <br> isVisible as Boolean = True | (None) | Creates a new instance of the class. |
| RemoveChild | Name as String <br> Value as String | Boolean | Removes the child who name matches the NodeName parameter value. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Children() | PropertyListChild | (None) | Children of this header. |
| Tag | Variant | (None) | Developer storage. |
| Text | String | (None) | Text of the header. |
| Visible | Boolean | (None) | Determines if the header (and its children) are visible. |