Show / Hide Table of Contents

Class AbstractControl

Inheritance
System.Object
AbstractControl
ActiveXControl
FormControl
Implements
IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
Namespace: DRIT.Spreadsheet.Forms
Assembly: DRIT.Spreadsheet.dll
Syntax
public abstract class AbstractControl : object, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject

Fields

anchoredCell

Declaration
protected Cell anchoredCell
Field Value
Type Description
Cell

Properties

AnchoredCell

Declaration
public Cell AnchoredCell { get; set; }
Property Value
Type Description
Cell

BottomRightCell

Declaration
public Cell BottomRightCell { get; }
Property Value
Type Description
Cell

Id

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

Name

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

ObjectPositioning

Declaration
public AnchorProperties ObjectPositioning { get; set; }
Property Value
Type Description
AnchorProperties

ParentGroup

Declaration
public GroupShape ParentGroup { get; }
Property Value
Type Description
GroupShape

Position

Declaration
public Position Position { get; }
Property Value
Type Description
Position

Positioning

Declaration
public AnchorProperties Positioning { get; set; }
Property Value
Type Description
AnchorProperties

Sheet

Declaration
public Sheet Sheet { get; }
Property Value
Type Description
Sheet

Size

Declaration
public Size Size { get; }
Property Value
Type Description
Size

Worksheet

Declaration
public Worksheet Worksheet { get; }
Property Value
Type Description
Worksheet

Implements

IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
Back to top Generated by DocFX