Class XlsSpinnerShape
- Namespace
- Spire.Xls.Core.Spreadsheet.Shapes
- Assembly
- Spire.XLS.dll
public class XlsSpinnerShape : XlsShape, IDisposable, ICloneParent, INamedObject, ISpinnerShape, IShape, IExcelApplication
- Inheritance
-
XlsSpinnerShape
- Implements
- Inherited Members
Properties
CurrentValue
public int CurrentValue { get; set; }
Property Value
Display3DShading
public bool Display3DShading { get; set; }
Property Value
IncrementalChange
public int IncrementalChange { get; set; }
Property Value
Max
public int Max { get; set; }
Property Value
Min
public int Min { get; set; }
Property Value
ShapeType
public ExcelShapeType ShapeType { get; }
Property Value
Methods
Clone(object, Dictionary<string, string>, Dictionary<int, int>, bool)
public override IShape Clone(object parent, Dictionary<string, string> hashNewNames, Dictionary<int, int> dicFontIndexes, bool addToCollections)
Parameters
parent
objecthashNewNames
Dictionary<string, string>dicFontIndexes
Dictionary<int, int>addToCollections
bool