SpinButtonActiveXControl

SpinButtonActiveXControl class

Represents the SpinButton control.

Properties

NameTypeDescription
TypeNumberGets the type of the ActiveX control. The value of the property is ControlType integer constant.
MinNumberGets and sets the minimum acceptable value.
MaxNumberGets and sets the maximum acceptable value.
PositionNumberGets and sets the value.
SmallChangeNumberGets and sets the amount by which the Position property changes
OrientationNumberGets and sets whether the SpinButton or ScrollBar is oriented vertically or horizontally. The value of the property is C
IsEnabledbooleanIndicates whether the control can receive the focus and respond to user-generated events.
IsLockedbooleanIndicates whether data in the control is locked for editing.
IsTransparentbooleanIndicates whether the control is transparent.
IsAutoSizebooleanIndicates whether the control will automatically resize to display its entire contents.
IMEModeNumberGets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. The value of th
FontFontRepresents the font of the control.
TextAlignNumberRepresents how to align the text used by the control. The value of the property is TextAlignmentType integer constant.
Databyte[]Gets and sets the binary data of the control.
WorkbookWorkbookGets the Workbook object.
WidthNumberGets and sets the width of the control in unit of points.
HeightNumberGets and sets the height of the control in unit of points.
MouseIconbyte[]Gets and sets a custom icon to display as the mouse pointer for the control.
MousePointerNumberGets and sets the type of icon displayed as the mouse pointer for the control. The value of the property is ControlMouse
ForeOleColorNumberGets and sets the ole color of the foreground. Not applies to Image control.
BackOleColorNumberGets and sets the ole color of the background.
IsVisiblebooleanIndicates whether this control is visible.
ShadowbooleanIndicates whether to show a shadow.
LinkedCellStringGets and sets the linked cell.
ListFillRangeStringGets and sets the list fill range.

SpinButtonActiveXControl.Type property

Gets the type of the ActiveX control. The value of the property is ControlType integer constant.

Type: Number

SpinButtonActiveXControl.Min property

Gets and sets the minimum acceptable value.

Type: Number

SpinButtonActiveXControl.Max property

Gets and sets the maximum acceptable value.

Type: Number

SpinButtonActiveXControl.Position property

Gets and sets the value.

Type: Number

SpinButtonActiveXControl.SmallChange property

Gets and sets the amount by which the Position property changes

Type: Number

SpinButtonActiveXControl.Orientation property

Gets and sets whether the SpinButton or ScrollBar is oriented vertically or horizontally. The value of the property is ControlScrollOrientation integer constant.

Type: Number

SpinButtonActiveXControl.IsEnabled property

Indicates whether the control can receive the focus and respond to user-generated events.

Type: boolean

SpinButtonActiveXControl.IsLocked property

Indicates whether data in the control is locked for editing.

Type: boolean

SpinButtonActiveXControl.IsTransparent property

Indicates whether the control is transparent.

Type: boolean

SpinButtonActiveXControl.IsAutoSize property

Indicates whether the control will automatically resize to display its entire contents.

Type: boolean

SpinButtonActiveXControl.IMEMode property

Gets and sets the default run-time mode of the Input Method Editor for the control as it receives focus. The value of the property is InputMethodEditorMode integer constant.

Type: Number

SpinButtonActiveXControl.Font property

Represents the font of the control.

Type: Font

SpinButtonActiveXControl.TextAlign property

Represents how to align the text used by the control. The value of the property is TextAlignmentType integer constant.

Type: Number

SpinButtonActiveXControl.Data property

Gets and sets the binary data of the control.

Type: byte[]

SpinButtonActiveXControl.Workbook property

Gets the Workbook object.

Type: Workbook

SpinButtonActiveXControl.Width property

Gets and sets the width of the control in unit of points.

Type: Number

SpinButtonActiveXControl.Height property

Gets and sets the height of the control in unit of points.

Type: Number

SpinButtonActiveXControl.MouseIcon property

Gets and sets a custom icon to display as the mouse pointer for the control.

Type: byte[]

SpinButtonActiveXControl.MousePointer property

Gets and sets the type of icon displayed as the mouse pointer for the control. The value of the property is ControlMousePointerType integer constant.

Type: Number

SpinButtonActiveXControl.ForeOleColor property

Gets and sets the ole color of the foreground. Not applies to Image control.

Type: Number

SpinButtonActiveXControl.BackOleColor property

Gets and sets the ole color of the background.

Type: Number

SpinButtonActiveXControl.IsVisible property

Indicates whether this control is visible.

Type: boolean

SpinButtonActiveXControl.Shadow property

Indicates whether to show a shadow.

Type: boolean

SpinButtonActiveXControl.LinkedCell property

Gets and sets the linked cell.

Type: String

SpinButtonActiveXControl.ListFillRange property

Gets and sets the list fill range.

Type: String