Add Control Sheet command
Use the Add Control Sheet command to add a control sheet to the current file. The file must not already have a control sheet of the selected type.
Can be used in
- Ribbon tabs
- Task panes
This command is included in the default AxiomMain.AXL
ribbon tab, as part of the Advanced group.
When the Add Control Sheet command is selected from the Command Library as the shortcut target, it displays as command://AddControlSheet or command://AddControlSheetCommandAdapter (legacy syntax).
Shortcut parameters
This command uses a single shortcut parameter named Mode. This parameter determines which action will be performed by the item:
Mode | Description |
---|---|
Menu |
Displays the Add a Control Sheet menu, allowing the user to add any control sheet. This option is selected by default. |
Alerts |
Adds an Alert Control Sheet to the file. This sheet is for use in defining alerts. |
Default |
Adds a default Control Sheet to the file. This is the standard control sheet used by all Axiom files. |
Drilling |
Adds a Drilling Control Sheet to the file. This sheet is used to set up custom drilling for a file. |
File Processing |
Adds a File Processing Control Sheet to the file. This sheet is used to set up file processing, including batch processing and file collect. |
Forms |
Adds a Form Control Sheet to the file. This sheet is used to create an Axiom form using the current file. |
The default display text for the command will automatically adjust based on the Mode selection.
Visibility
Items using this command are only visible if the current file is a spreadsheet file and if the current user is an administrator. You can use the Show restricted items option in the task pane or the ribbon tab to force items that use this command to be visible at all times (but grayed out if unavailable for use).