@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.
cellLink?
optionalcellLink:string
Defined in: binding.d.ts:712
Linked cell reference.
checked?
optionalchecked:boolean
Defined in: binding.d.ts:714
Checked state.
controlType
controlType:
string
Defined in: binding.d.ts:704
Control type string.
currentValue?
optionalcurrentValue:number
Defined in: binding.d.ts:716
Current value.
increment?
optionalincrement:number
Defined in: binding.d.ts:722
Step increment.
macroName?
optionalmacroName:string
Defined in: binding.d.ts:710
VBA macro name.
maxValue?
optionalmaxValue:number
Defined in: binding.d.ts:720
Maximum value.
minValue?
optionalminValue:number
Defined in: binding.d.ts:718
Minimum value.
pageIncrement?
optionalpageIncrement:number
Defined in: binding.d.ts:724
Page increment.
text?
optionaltext:string
Defined in: binding.d.ts:708
Display text.