Class FormScrollBar
Inheritance
System.Object
FormScrollBar
Assembly: DRIT.Spreadsheet.dll
public class FormScrollBar : FormControl, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject
Properties
Declaration
public Range CellLink { get; set; }
Property Value
Declaration
public string CellLinkLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int IncrementalChange { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int MaximumValue { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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 |
|
Declaration
public bool ThreeDShading { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public int Value { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Implements