Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IPicture Interface
Properties Methods Events

In This Topic
    IPicture Interface Members
    In This Topic

    The following tables list the members exposed by IPicture.

    Public Properties
     NameDescription
     PropertyGets an GrapeCity.Spreadsheet.IRange object that represents the cell that lies under the lower-right corner of the shape. (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
     PropertyGets or sets the shape formula.  
     PropertyGets or sets a System.Int32 value that represents the height, in pixels, of the shape. (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
     PropertyGets or sets a System.Int32 value that represents the distance, in pixels, from the left edge of the shape to the left edge of column A (on a worksheet) or the left edge of the chart area (on a chart). (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
     PropertyGets or sets a value indicating whether this GrapeCity.Drawing.IDrawingSurface is locked. (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
     PropertyGets or sets a string value representing the name of the shape. (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
     PropertyGets or sets an Placement value that represents the way the shape is attached to the cells below it. (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
     PropertyGets or sets a boolean value indicating whether the object will be printed when the document is printed. (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
     PropertyGets a IShadowFormat object that contains shadow formatting properties for the specified shape or shapes.  
     PropertyGets or sets a System.Int32 value that represents the distance, in pixels, from the top edge of the topmost shape in the shape range to the top edge of the worksheet. (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
     PropertyGets an GrapeCity.Spreadsheet.IRange object that represents the cell that lies under the upper-left corner of the shape. (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
     PropertyGets or sets a boolean value that determines whether the shape is visible. (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
     PropertyGets or sets a System.Int32 value that represents the width, in pixels, of the shape. (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
     PropertyGets the position of the specified shape in the z-order. (Inherited from GrapeCity.Spreadsheet.Drawing.IDrawingObject)
    Top
    Public Methods
     NameDescription
     MethodOverloaded. Replaces the current image with a different image.  
     MethodReplaces the current image with the image from clipboard.  
    Top
    Public Events
     NameDescription
     EventOccurs when the shape is chosen.  
    Top
    See Also