Class ExcelControlSpinButton
Represents a spin button form control
Implements
System.IDisposable
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: OfficeOpenXml.Drawing.Controls
Assembly: EPPlus.dll
Syntax
public class ExcelControlSpinButton : ExcelControl, IDisposable
  Properties
ControlType
The type of form control
Declaration
public override eControlType ControlType { get; }
  Property Value
| Type | Description | 
|---|---|
| eControlType | 
Overrides
Increment
How much the spin button is incremented for each click
Declaration
public int Increment { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
MaxValue
The value when a spin button is at it's maximum
Declaration
public int MaxValue { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
MinValue
The value when a spin button is at it's minimum
Declaration
public int MinValue { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Value
The value when a spin button is at it's maximum
Declaration
public int Value { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Implements
      System.IDisposable