Interface IScrollBarShape
public interface IScrollBarShape : IShape, IExcelApplication
- Inherited Members
Properties
CurrentValue
int CurrentValue { get; set; }
Property Value
Display3DShading
bool Display3DShading { get; set; }
Property Value
IncrementalChange
int IncrementalChange { get; set; }
Property Value
IsHorizontal
Warning : It's not recommend use set method,because this property decision by width and height
bool IsHorizontal { get; set; }
Property Value
Max
int Max { get; set; }
Property Value
Min
int Min { get; set; }
Property Value
PageChange
int PageChange { get; set; }