Spreadsheet.AutoFitVariables
This function Sets the variable widths and heights to fit the variable names.
| Syntax | Parameters | Return Value |
|---|---|---|
Sub Spreadsheet.AutoFitVariables( _
Optional height As Boolean = True, _
Optional width As Boolean = True, _
Optional ExpandOnly As Boolean = False)
|
Type: Boolean Default value: True
Type: Boolean Default value: True
Type: Boolean Default value: False |
This function does not return a value. |