@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.
cellLink?
optionalcellLink:string
Defined in: binding.d.ts:654
Linked cell reference.
checked?
optionalchecked:boolean
Defined in: binding.d.ts:656
Checked state.
controlType
controlType:
string
Defined in: binding.d.ts:646
Control type string.
currentValue?
optionalcurrentValue:number
Defined in: binding.d.ts:658
Current value.
increment?
optionalincrement:number
Defined in: binding.d.ts:664
Step increment.
macroName?
optionalmacroName:string
Defined in: binding.d.ts:652
VBA macro name.
maxValue?
optionalmaxValue:number
Defined in: binding.d.ts:662
Maximum value.
minValue?
optionalminValue:number
Defined in: binding.d.ts:660
Minimum value.
pageIncrement?
optionalpageIncrement:number
Defined in: binding.d.ts:666
Page increment.
text?
optionaltext:string
Defined in: binding.d.ts:650
Display text.