Table of Contents

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

int

Display3DShading

public bool Display3DShading { get; set; }

Property Value

bool

IncrementalChange

public int IncrementalChange { get; set; }

Property Value

int

Max

public int Max { get; set; }

Property Value

int

Min

public int Min { get; set; }

Property Value

int

ShapeType

public ExcelShapeType ShapeType { get; }

Property Value

ExcelShapeType

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 object
hashNewNames Dictionary<string, string>
dicFontIndexes Dictionary<int, int>
addToCollections bool

Returns

IShape