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
Increment
How much the spin button is incremented for each click
public int Increment { get; set; }
Property Value
MaxValue
The value when a spin button is at it's maximum
public int MaxValue { get; set; }
Property Value
MinValue
The value when a spin button is at it's minimum
public int MinValue { get; set; }
Property Value
Value
The value when a spin button is at it's maximum
public int Value { get; set; }