GraffitiSuite Docs
Docs
Graffitigridrow
Loading document parsing libraries...
# GraffitiGridRow Class ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | False | True | ### Console | 32-Bit | 64-Bit | | :---: | :---: | | False | True | ### iOS | 32-Bit | 64-Bit | | :---: | :---: | | False | True | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Add | row as GraffitiGridRow | (None) | Adds a new child row. | | AddAt | index as Integer <br> row as GraffitiGridRow | (None) | Inserts a new child row. | | Cell | column as GraffitiGridColumn | Variant | Returns the value for the specified column if it exists. | | Cell | column as GraffitiGridColumn <br> assigns value as Variant | (None) | Returns the value for the specified column if it exists. | | Cell | columnName as String | Variant | Returns the value for the specified column if it exists. | | Cell | columnName as String <br> assigns value as Variant | (None) | Returns the value for the specified column if it exists. | | Constructor | data as Dictionary | (None) | Creates a new GraffitiGridRow from a Dictionary of data. | | Constructor | data as Dictionary <br> height as Integer | (None) | Creates a new GraffitiGridRow from a Dictionary of data. | | Destroy | (None) | (None) | Removes all internal references and readies the row for destruction. | | IndexOf | row as GraffitiGridRow | Integer | Returns the index of the specified child row. | | Invalidate | (None) | (None) | Sets the row as needed to be redrawn on the next refresh of its parent GraffitiGrid. | | InvalidateAll | (None) | (None) | Marks this and all child rows as needing redraw. | | LastIndex | (None) | Integer | Index of the last child row. | | Path | (None) | GraffitiGridRow | Returns a tree array representing the path to this row. | | Remove | row as GraffitiGridRow | (None) | Removes the specified child row. | | RemoveAll | (None) | (None) | Removes all child rows. | | RemoveAt | index as Integer | (None) | Removes the child row at the specified index. | | RowAt | index as Integer | GraffitiGridRow | Returns the child row at the specified index. | | updateParentGrid | (None) | (None) | (None) | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Attributes | bounds | Rect | (None) | | Attributes | rowsUnsorted | (None) | (None) | | Attributes | databaseIndexColumn | String | (None) | | Attributes | databaseRecord | DatabaseRow | (None) | | Attributes | databaseRowSet | RowSet | (None) | | Attributes | disclosureRect | Xojo.Rect | (None) | | Attributes | mFontName | String | (None) | | Attributes | mFontSize | Double | (None) | | Attributes | mFontStyle | GraffitiUIControl.FontStyles | (None) | | Attributes | mIsExpanded | Boolean | (None) | | Attributes | mObserver | WeakRef | (None) | | Attributes | mParent | GraffitiGridRow | (None) | | Attributes | mSelected | Boolean | (None) | | Attributes | mTextColor | ColorGroup | (None) | | Attributes | data | Dictionary | (None) | | Attributes | mVisible | Boolean | (None) | | Attributes | treeOffset | Double | (None) | | Attributes | rows | (None) | (None) | | BackgroundColor | ColorGroup | (None) | Custom background ColorGroup. | | FontName | String | (None) | Font used to draw row contents. | | FontSize | Double | (None) | Size of font used to draw row contents. | | FontStyle | GraffitiUIControl.FontStyles | (None) | (None) | | Height | Integer | (None) | Height of the row. -1 to use the parent GraffitiGrid's default row height. | | image | Picture | (None) | (None) | | imageFrozen | Picture | (None) | (None) | | IsExpanded | Boolean | (None) | (None) | | needsRedraw | Boolean | True | (None) | | Parent | GraffitiGridRow | (None) | (None) | | Selected | Boolean | (None) | Determines whether the row is currently selected in the parent GraffitiGrid. | | Tag | Variant | (None) | Custom reference value. | | TextColor | ColorGroup | (None) | (None) | | Visible | Boolean | (None) | Controls whether the row is visible within the parent GraffitiGrid. |