Show / Hide Table of Contents

Interface ISheetDrawingObject

Drawing object which is placed on a sheet.

Inherited Members
IDrawingObject.Position
IDrawingObject.Size
IDrawingObject.ParentGroup
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
Back to top Generated by DocFX