FlyoutChild Cell (Actions Section)
Determines whether the row is a child flyout menu of the last row above it that is not a flyout child.
Remarks
To get a reference to the FlyoutChild cell by name from another formula, or from a program by using the CellsU property, use the following.
Cell name: |
Actions.name.FlyoutChildwhere Actions.name is the name of the Actions row |
To get a reference to the FlyoutChild cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionAction |
Row index: |
visRowAction + i where i = 0, 1, 2... |
Cell index: |
visActionFlyoutChild |