Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IBackgroundPicture Interface
Properties Methods

In This Topic
    IBackgroundPicture Interface Members
    In This Topic

    The following tables list the members exposed by IBackgroundPicture.

    Public Properties
     NameDescription
     Property Gets a collection of adjustment values for the specified AutoShape or connector. (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
     PropertyReturns or sets the shape type for the specified IShape object, which must represent an AutoShape other than a line, freeform drawing, or connector. (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
     Property Gets or sets a value that describes how an Image should be stretched to fill the destination rectangle.  
     PropertyReturns the GrapeCity.Documents.Excel.IRange object that represents the cell that lies under the lower-right corner of the object. (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
     PropertyReturns an object that represents the IChart contained in this shape. (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
     Property Gets whether the specified shape is a connector. (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
     PropertyReturns the IConnectorFormat object that contains connector formatting properties. Applies to IShape objects that represent connectors. (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
     Property Gets the associated control. (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
     Property Gets or sets a value that describes how rounded the corners are on a rectangular die-cut, in pixels.  
     PropertyReturns the IFillFormat object that contains fill formatting properties for the specified chart or shape. (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
     Property Gets or sets the formula of the current shape. (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
     PropertyReturns the IGroupShapes object that represents the individual shapes in the specified group. Use the indexer of IGroupShapes to return a single shape from the group. (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
     PropertyReturns information if the IShape contains a chart. (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
     Property Gets or sets the height of the object. (Inherited from GrapeCity.Documents.Excel.Drawing.IContainer)
     Property Gets or sets the height (in pixels) of the object. (Inherited from GrapeCity.Documents.Excel.Drawing.IContainer)
     Property Returns a Hyperlink object that represents the hyperlink for the shape. (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
     Property Determines whether the object should be printed (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
     Property Gets or sets the distance from the left edge of the object to the left edge of column A (on a worksheet) or the left edge of the chart area (on a chart). (Inherited from GrapeCity.Documents.Excel.Drawing.IContainer)
     Property Gets or sets the distance (in pixels) from the left edge of the object to the left edge of column A (on a worksheet) or the left edge of the chart area (on a chart). (Inherited from GrapeCity.Documents.Excel.Drawing.IContainer)
     PropertyReturns the ILineFormat object that contains line formatting properties for the specified shape. (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
     Property Gets or sets whether the object is locked (True if the object is locked, False if the object can be modified when the sheet is protected, read or write Boolean). (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
     Property Returns or sets the name of the object. (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
     Property Gets the shape's parent sheet (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
     PropertyReturns the IShape object that represents the common parent shape of a child shape or a range of child shapes. (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
     PropertyReturns the IPictureFormat object that contains picture formatting properties for the specified shape. (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
     PropertyReturns or sets the way the object is attached to the cells below it (read or write IShape.Placement). (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
     Property Returns or sets the rotation of the shape in degrees. (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
     PropertyReturns the ITextFrame object that contains the text and font style properties for the specified shape. (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
     PropertyReturns the IThreeDFormat object that contains 3-D – effect formatting properties for the specified shape. (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
     Property Gets or sets the title of the alternative text associated with the specified shape. (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
     Property Gets or sets the distance from the top edge of the topmost shape in the shape range to the top edge of the worksheet. (Inherited from GrapeCity.Documents.Excel.Drawing.IContainer)
     Property Gets or sets 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.Documents.Excel.Drawing.IContainer)
     PropertyReturns the GrapeCity.Documents.Excel.IRange object that represents the cell that lies under the upper-left corner of the specified object. (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
     Property Gets or sets the degree of transparency of the specified picture as a value from 0.0 (opaque) through 1.0 (clear).  
     Property Returns the shape type (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
     Property Determines whether the object is visible (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
     Property Gets or sets the width of the object. (Inherited from GrapeCity.Documents.Excel.Drawing.IContainer)
     Property Gets or sets the width (in pixels) of the object. (Inherited from GrapeCity.Documents.Excel.Drawing.IContainer)
     Property Returns the position of the specified shape in the z-order. (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
    Top
    Public Methods
     NameDescription
     Method Deletes the object. (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
     Method Duplicates the shape and returns a reference to the new copy. (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
     Method Generate a new shape from the json string. (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
     Method Saves the shape to the specified image file. (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
     Method Generates a json string from the shape. (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
     Method Ungroups any grouped shapes in the specified shape or range of shapes. Disassembles pictures and OLE objects within the specified shape or range of shapes. (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
     Method Moves the specified shape in front of or behind other shapes in the collection (that is, changes the shape's position in the z-order). (Inherited from GrapeCity.Documents.Excel.Drawing.IShape)
    Top
    See Also