API Reference
Class
ExcelVisualDrawingLayer
Ordered worksheet drawing-layer overlay in an Excel range snapshot.
Inheritance
- Object
- ExcelVisualDrawingLayer
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 Order { get; } #Zero-based source drawing layer order.
public ExcelVisualDrawingLayerKind Kind { get; } #Overlay kind.
public ExcelVisualDrawingObject DrawingObject { get; } #Drawing object payload when Kind is DrawingObject.
public ExcelVisualImage Image { get; } #Image payload when Kind is Image.
public ExcelVisualChart Chart { get; } #Chart payload when Kind is Chart.
public ExcelVisualCommentBody CommentBody { get; } #Comment body payload when Kind is CommentBody.