1. Introduction
Prerequisites: Start Excel or Get Opened Excel
This component sets the row height for a range of cells.
2. Inputs
For more information, see the component panel in the visual editor.
3. Outputs
For help on each output, see the component panel in the application flow editor.
4. Component usage example
4.1. Configuration example
For
Opened Sheet Object, you can select v_Sheet_obj_1, the output from a preceding component such as Get Active Sheet or Activate Sheet.Set
Range Start Columnto "A".Set
Range End Columnto "B".Set
Methodto "AutoFit to content".Default Values for Advanced Options
4.2. Execution result
None.
5. Example flow
Procedure
Use the Start Excel component to open a specific Excel file.
Use the Get Active Sheet component to retrieve the active sheet object.
Use the Set Range Row Height component to automatically adjust the row height of a specific range to fit its content.
Use the Set Range Column Width component to automatically adjust the column width of a specific range to fit its content.
Execution result
The flow automatically adjusts the row height of the cells in the specified range to fit the content.