Show / Hide Table of Contents

Interface IWorksheetDrawingObject

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