Interface IWorksheetDrawingObject
Inherited Members
Namespace: DRIT.Spreadsheet.Drawing
Assembly: DRIT.Spreadsheet.dll
Syntax
public interface IWorksheetDrawingObject : ISheetDrawingObject, IDrawingObject
Properties
AnchoredCell
Declaration
Cell AnchoredCell { get; set; }
Property Value
| Type | Description |
|---|---|
| Cell |
BottomRightCell
Declaration
Cell BottomRightCell { get; }
Property Value
| Type | Description |
|---|---|
| Cell |
Worksheet
Declaration
Worksheet Worksheet { get; }
Property Value
| Type | Description |
|---|---|
| Worksheet |