Skip to content

@sheetkit/node / JsFormControlInfo

Interface: JsFormControlInfo

Defined in: binding.d.ts:702

Information about an existing form control.

Properties

cell

cell: string

Defined in: binding.d.ts:706

Anchor cell reference.


optional cellLink: string

Defined in: binding.d.ts:712

Linked cell reference.


checked?

optional checked: boolean

Defined in: binding.d.ts:714

Checked state.


controlType

controlType: string

Defined in: binding.d.ts:704

Control type string.


currentValue?

optional currentValue: number

Defined in: binding.d.ts:716

Current value.


increment?

optional increment: number

Defined in: binding.d.ts:722

Step increment.


macroName?

optional macroName: string

Defined in: binding.d.ts:710

VBA macro name.


maxValue?

optional maxValue: number

Defined in: binding.d.ts:720

Maximum value.


minValue?

optional minValue: number

Defined in: binding.d.ts:718

Minimum value.


pageIncrement?

optional pageIncrement: number

Defined in: binding.d.ts:724

Page increment.


text?

optional text: string

Defined in: binding.d.ts:708

Display text.

Released under the MIT / Apache-2.0 License.