Show / Hide Table of Contents

Class ExcelControlScrollBar

Represents a scroll bar form control

Inheritance
System.Object
XmlHelper
ExcelDrawing
ExcelControl
ExcelControlScrollBar
Implements
System.IDisposable
Inherited Members
ExcelControl.ControlPropertiesXml
ExcelControl.Name
ExcelControl.AlternativeText
ExcelControl.Macro
ExcelControl.Print
ExcelControl.Locked
ExcelControl.AutoFill
ExcelControl.AutoPict
ExcelControl.DefaultSize
ExcelControl.Disabled
ExcelControl.ThreeDEffects
ExcelControl.LinkedCell
ExcelControl.DrawingType
ExcelDrawing.EMU_PER_PIXEL
ExcelDrawing.EMU_PER_POINT
ExcelDrawing.EMU_PER_CM
ExcelDrawing.EMU_PER_MM
ExcelDrawing.EMU_PER_US_INCH
ExcelDrawing.EMU_PER_PICA
ExcelDrawing.Description
ExcelDrawing.EditAs
ExcelDrawing.From
ExcelDrawing.Position
ExcelDrawing.Size
ExcelDrawing.To
ExcelDrawing.Hyperlink
ExcelDrawing.As
ExcelDrawing.SetPosition(Int32, Int32)
ExcelDrawing.CellAnchor
ExcelDrawing.ChangeCellAnchor(eEditAs, Int32, Int32, Int32, Int32)
ExcelDrawing.ChangeCellAnchor(eEditAs)
ExcelDrawing.SetPosition(Int32, Int32, Int32, Int32)
ExcelDrawing.SetSize(Int32)
ExcelDrawing.SetSize(Int32, Int32)
ExcelDrawing.SendToBack()
ExcelDrawing.BringToFront()
ExcelDrawing.Group(ExcelDrawing[])
ExcelDrawing.UnGroup(Boolean)
ExcelDrawing.ParentGroup
ExcelDrawing.Dispose()
ExcelDrawing.AdjustPositionAndSize()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Drawing.Controls
Assembly: EPPlus.dll
Syntax
public class ExcelControlScrollBar : ExcelControl, IDisposable

Properties

ControlType

The type of form control

Declaration
public override eControlType ControlType { get; }
Property Value
Type Description
eControlType
Overrides
ExcelControl.ControlType

Horizontal

Gets or sets if scroll bar is horizontal or vertical

Declaration
public bool Horizontal { get; set; }
Property Value
Type Description
System.Boolean

Increment

How much the scroll bar is incremented for each click

Declaration
public int Increment { get; set; }
Property Value
Type Description
System.Int32

MaxValue

The value when a scroll bar is at it's maximum

Declaration
public int MaxValue { get; set; }
Property Value
Type Description
System.Int32

MinValue

The value when a scroll bar is at it's minimum

Declaration
public int MinValue { get; set; }
Property Value
Type Description
System.Int32

Page

The number of items to move the scroll bar on a page click. Null is default

Declaration
public int? Page { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Value

The value of the scroll bar.

Declaration
public int Value { get; set; }
Property Value
Type Description
System.Int32

Implements

System.IDisposable
In This Article
Back to top Generated by DocFX