Table of Contents

Interface IScrollBarShape

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface IScrollBarShape : IShape, IExcelApplication
Inherited Members

Properties

CurrentValue

int CurrentValue { get; set; }

Property Value

int

Display3DShading

bool Display3DShading { get; set; }

Property Value

bool

IncrementalChange

int IncrementalChange { get; set; }

Property Value

int

IsHorizontal

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

bool IsHorizontal { get; set; }

Property Value

bool

Max

int Max { get; set; }

Property Value

int

Min

int Min { get; set; }

Property Value

int

PageChange

int PageChange { get; set; }

Property Value

int