ws.formControls
WorksheetFormControls
3 methods
get
→ FormControl | undefinedget(controlId: string): FormControl | undefined;| Parameter | Type | Required |
|---|---|---|
| controlId | string | required |
Get a specific form control by ID. Returns undefined if not found or not on this sheet.
getAtPosition
→ FormControl[]getAtPosition(row: number, col: number): FormControl[];| Parameter | Type | Required |
|---|---|---|
| row | number | required |
| col | number | required |
Get form controls at a specific cell position (for hit testing).