Spread.Services Documentation
IShape Interface Properties

GrapeCity.Documents.Spread.Drawing Namespace : IShape Interface

For a list of all members of this type, see IShape members.

Public Properties
 NameDescription
 PropertyReturns or sets the shape type for the specified IShape object, which must represent an AutoShape other than a line, freeform drawing, or connector.  
 PropertyReturns the GrapeCity.Documents.Spread.IRange object that represents the cell that lies under the lower-right corner of the object.  
 PropertyReturns an object that represents the IChart contained in this shape.  
 Property Gets whether the specified shape is a connector.  
 PropertyReturns the IConnectorFormat object that contains connector formatting properties. Applies to IShape objects that represent connectors.  
 PropertyReturns the IFillFormat object that contains fill formatting properties for the specified chart or shape.  
 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.  
 PropertyReturns information if the IShape contains a chart.  
 Property Gets or sets the height of the object. (Inherited from GrapeCity.Documents.Spread.Drawing.IContainer)
 Property Gets or sets the height (in pixels) of the object. (Inherited from GrapeCity.Documents.Spread.Drawing.IContainer)
 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.Spread.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.Spread.Drawing.IContainer)
 PropertyReturns the ILineFormat object that contains line formatting properties for the specified shape.  
 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).  
 Property Returns or sets the name of the object.  
 Property Gets the shape's parent sheet  
 PropertyReturns the IShape object that represents the common parent shape of a child shape or a range of child shapes.  
 PropertyReturns the IPictureFormat object that contains picture formatting properties for the specified shape.  
 PropertyReturns or sets the way the object is attached to the cells below it (read or write Placement).  
 Property Returns or sets the rotation of the shape in degrees.  
 PropertyReturns the ITextFrame object that contains the text and font style properties for the specified shape.  
 PropertyReturns the IThreeDFormat object that contains 3-D – effect formatting properties for the specified shape.  
 Property Gets or sets the title of the alternative text associated with the specified shape.  
 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.Spread.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.Spread.Drawing.IContainer)
 PropertyReturns the GrapeCity.Documents.Spread.IRange object that represents the cell that lies under the upper-left corner of the specified object.  
 Property Returns the shape type  
 Property Determines whether the object is visible  
 Property Gets or sets the width of the object. (Inherited from GrapeCity.Documents.Spread.Drawing.IContainer)
 Property Gets or sets the width (in pixels) of the object. (Inherited from GrapeCity.Documents.Spread.Drawing.IContainer)
Top
See Also

Reference

IShape Interface
GrapeCity.Documents.Spread.Drawing Namespace