Interface ISheetDrawingObject
Drawing object which is placed on a sheet.
Namespace: DRIT.Spreadsheet.Drawing
Assembly: DRIT.Spreadsheet.dll
Syntax
public interface ISheetDrawingObject : IDrawingObject
Properties
Positioning
Gets or sets how the drawing object is positioned(anchored).
Declaration
AnchorProperties Positioning { get; set; }
Property Value
Type | Description |
---|---|
AnchorProperties |
Sheet
Declaration
Sheet Sheet { get; }
Property Value
Type | Description |
---|---|
Sheet |