Skip to content

@sheetkit/node / JsFormControlInfo

Interface: JsFormControlInfo

Defined in: binding.d.ts:644

Information about an existing form control.

Properties

cell

cell: string

Defined in: binding.d.ts:648

Anchor cell reference.


optional cellLink: string

Defined in: binding.d.ts:654

Linked cell reference.


checked?

optional checked: boolean

Defined in: binding.d.ts:656

Checked state.


controlType

controlType: string

Defined in: binding.d.ts:646

Control type string.


currentValue?

optional currentValue: number

Defined in: binding.d.ts:658

Current value.


increment?

optional increment: number

Defined in: binding.d.ts:664

Step increment.


macroName?

optional macroName: string

Defined in: binding.d.ts:652

VBA macro name.


maxValue?

optional maxValue: number

Defined in: binding.d.ts:662

Maximum value.


minValue?

optional minValue: number

Defined in: binding.d.ts:660

Minimum value.


pageIncrement?

optional pageIncrement: number

Defined in: binding.d.ts:666

Page increment.


text?

optional text: string

Defined in: binding.d.ts:650

Display text.

Released under the MIT / Apache-2.0 License.