Table of Contents

Class ExcelControlSpinButton

Namespace
OfficeOpenXml.Drawing.Controls
Assembly
EPPlus.dll

Represents a spin button form control

public class ExcelControlSpinButton : ExcelControl, IDisposable
Inheritance
ExcelControlSpinButton
Implements
Inherited Members

Properties

ControlType

The type of form control

public override eControlType ControlType { get; }

Property Value

eControlType

Increment

How much the spin button is incremented for each click

public int Increment { get; set; }

Property Value

int

MaxValue

The value when a spin button is at it's maximum

public int MaxValue { get; set; }

Property Value

int

MinValue

The value when a spin button is at it's minimum

public int MinValue { get; set; }

Property Value

int

Value

The value when a spin button is at it's maximum

public int Value { get; set; }

Property Value

int