ws.textBoxes
WorksheetTextBoxCollection
3 methods
get
→ Promise<TextBoxHandle | null>get(id: string): Promise<TextBoxHandle | null>;| Parameter | Type | Required |
|---|---|---|
| id | string | required |
add
→ Promise<TextBoxHandle>add(config: TextBoxConfig): Promise<TextBoxHandle>;| Parameter | Type | Required |
|---|---|---|
| config | TextBoxConfig | required |