Table of Contents
Enumerations #
This class exposes no enumerations.
Constants #
This class exposes no constants.
Events #
This class exposes no events.
Methods #
Name | Parameters | Return Type | Description |
---|---|---|---|
Cell | column as GraffitiGridColumn | Variant | Returns the value for the specified column if it exists. |
Cell | column as GraffitiGridColumn assigns value as Variant | None | Sets the value for the specified column. |
Cell | columnName as String | Variant | Returns the value for the specified column if it exists. |
Cell | columnName as String assigns value as Variant | None | Sets the value for the specified column. |
Constructor | data as Dictionary | None | Creates a new GraffitiGridRow from a Dictionary of data. |
Constructor | data as Dictionary height as Integer | None | Creates a new GraffitiGridRow with a custom height. |
Destroy | None | None | Removes all internal references and readies the row for destruction. |
Invalidate | None | None | Sets the row as needed to be redrawn on the next refresh of its parent GraffitiGrid. |
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
BackgroundColor | ColorGroup | Nil | Custom background ColorGroup. |
FontName | String | “System” | Font used to draw row contents. |
FontSize | Double | 0 | Size of font used to draw row contents. |
Height | Integer | -1 | Height of the row. -1 to use the parent GraffitiGrid’s default row height. |
Selected | Boolean | False | Determines whether the row is currently selected in the parent GraffitiGrid. |
Tag | Variant | Nil | Custom reference value. |
Visible | Boolean | True | Controls whether the row is visible within the parent GraffitiGrid. |
Examples #
This class currently has no examples.
Notes #
This class currently has no notes.