Table of Contents

Class XlsScrollBarShape

Namespace
Spire.Xls.Core.Spreadsheet.Shapes
Assembly
Spire.XLS.dll
public class XlsScrollBarShape : XlsShape, IDisposable, ICloneParent, INamedObject, IScrollBarShape, IShape, IExcelApplication
Inheritance
XlsScrollBarShape
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

IsHorizontal

Warning : It's not recommend use set method,because this property decision by width and height

public bool IsHorizontal { get; set; }

Property Value

bool

Max

public int Max { get; set; }

Property Value

int

Min

public int Min { get; set; }

Property Value

int

PageChange

public int PageChange { 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