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
Display3DShading
public bool Display3DShading { get; set; }
Property Value
IncrementalChange
public int IncrementalChange { get; set; }
Property Value
IsHorizontal
Warning : It's not recommend use set method,because this property decision by width and height
public bool IsHorizontal { get; set; }
Property Value
Max
public int Max { get; set; }
Property Value
Min
public int Min { get; set; }
Property Value
PageChange
public int PageChange { 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