[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.IPicture

IPicture Interface

Represents a picture in the drawing layer.

Namespace: GrapeCity.Spreadsheet.Drawing
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface IPicture : IDrawingObject
Public Interface IPicture
    Inherits IDrawingObject

Properties

Name Description
Formula

Gets or sets the shape formula.

Shadow

Gets a IShadowFormat object that contains shadow formatting properties for the specified shape or shapes.

Methods

Name Description
ChangeImage(byte[], AspectRatio)

Replaces the current image with a different image.

ChangeImage(Stream, AspectRatio)

Replaces the current image with a different image.

ChangeImage(string, AspectRatio)

Replaces the current image with a different image.

Paste(AspectRatio)

Replaces the current image with the image from clipboard.

Events

Name Description
Action

Occurs when the shape is chosen.