Show / Hide Table of Contents

Class FormScrollBar

Inheritance
System.Object
AbstractControl
FormControl
FormScrollBar
Implements
IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
Inherited Members
FormControl.FillColor
FormControl.Url
AbstractControl.anchoredCell
AbstractControl.AnchoredCell
AbstractControl.BottomRightCell
AbstractControl.Worksheet
AbstractControl.ObjectPositioning
AbstractControl.Id
AbstractControl.Name
AbstractControl.Sheet
AbstractControl.Size
AbstractControl.ParentGroup
AbstractControl.Positioning
AbstractControl.Position
Namespace: DRIT.Spreadsheet.Forms
Assembly: DRIT.Spreadsheet.dll
Syntax
public class FormScrollBar : FormControl, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject

Properties

CellLink

Declaration
public Range CellLink { get; set; }
Property Value
Type Description
Range

CellLinkLabel

Declaration
public string CellLinkLabel { get; set; }
Property Value
Type Description
System.String

IncrementalChange

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

MaximumValue

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

MinimumValue

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

PageChange

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

ThreeDShading

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

Value

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

Implements

IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
Back to top Generated by DocFX