Class AbstractControl
Inheritance
System.Object
AbstractControl
Assembly: DRIT.Spreadsheet.dll
public abstract class AbstractControl : object, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject
Fields
Declaration
protected Cell anchoredCell
Field Value
Properties
Declaration
public Cell AnchoredCell { get; set; }
Property Value
Declaration
public Cell BottomRightCell { get; }
Property Value
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public AnchorProperties ObjectPositioning { get; set; }
Property Value
Declaration
public GroupShape ParentGroup { get; }
Property Value
Declaration
public Position Position { get; }
Property Value
Declaration
public AnchorProperties Positioning { get; set; }
Property Value
Declaration
public Sheet Sheet { get; }
Property Value
Declaration
public Size Size { get; }
Property Value
Declaration
public Worksheet Worksheet { get; }
Property Value
Implements