set_frozen_rows
Freeze a specified number of top rows in a sheet to keep headers visible while scrolling. Use count 0 to unfreeze.
Instructions
Freeze the top N rows.
Args: sheet: Sheet index (0-based) count: Number of rows to freeze (0 to unfreeze)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet | Yes | ||
| count | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |