Click or drag to resize

XlsShape Properties

The XlsShape type exposes the following members.

Properties
Name Description
Public property AlternativeText
Returns or sets the descriptive (alternative) text string for a Shape object when the object is saved to a Web page. Read/write String
Public property AlternativeTextTitle
Returns or sets the descriptive (alternative) text title string for a Shape object when the object is saved to a Web page. Read/write String
Public property AutoSize
True if the size of the specified object is changed automatically to fit text within its boundaries.
Public property BottomRow
Bottom row.
Public property BottomRowOffset
Bottom row offset.
Public property Fill
Represents fill properties.
Public property Glow
Gets the glow properties.
Public property HasFill
Indicates whether XlsFill item was created. Read-only.
Public property HasLineFormat
Indicates whether line item was created. Read-only.
Public property Height
Height of object.
Public property HtmlString
Gets and sets the html string which contains data and some formattings in this shape.
Public property ID
ID of object.
Public property Instance Obsolete.
Returns instance value. Read-only.
Public property IsFlipH
Returns or sets if the shape flips Horizontal.false is default;
Public property IsFlipV
Returns or sets if the shape flips Vertical.false is default;
Public property IsGroup
This shape is group shape.
Public property IsInGroup
This shape is child shape of group shape.
Public property IsLockAspectRatio
True means that don't allow changes in aspect ratio.
Public property IsLocked
Gets or sets a value indicating whether the shape is locked.
Protected property IsMoveWithCell
Determines whether the object moves with the cell it is associated with.
Public property IsPrintable
Gets or sets a value indicating whether the shape is printable.
Public property IsRelative
Gets or sets a value indicating whether the shape is relative.
Public property IsRelativeResize
True means that is relative to original size of picture.
Public property IsShortVersion Obsolete.
Indiicates whether it is short version of the shape (without obj and maybe some other properties).
Protected property IsSizeWithCell
Determines whether the size is calculated based on the cell dimensions.
Public property IsSmartArt
Determines whether the shape is a SmartArt graphic based on the presence of a linked drawing.
Public property Left
X of object
Public property LeftColumn
Left column.
Public property LeftColumnOffset
Left column offset. 1024 means whole column offset
Public property Line
Represents line format properties. Read only.
Public property LinkedCell
Gets or sets the linked cell for the shape.
Public property Name
Name of object.
Public property OnAction
Gets or sets macro-command that is called when action happens.
Public property Parent
Reference to Parent object. Read-only.
(Inherited from XlsObject .)
Protected property ReferenceCount
Get quantity of instance references.
(Inherited from XlsObject .)
Public property Reflection
Gets the reflection effect applied to the shape.
Public property ResizeBehave
Specifies all possible settings for how drawing object shall be resized when the rows and columns between its start and ending anchor are resized or inserted(ComboBoxShape and CheckBoxShape and RadioButtonShape set MoveAndResize type value is invalid)
Public property RichText
Gets the rich text string associated with the current object. If the rich text string has not been initialized, it creates a new instance of RichTextShape.
Public property RightColumn
Right column.
Public property RightColumnOffset
Right column offset.
Public property Rotation
Returns or sets the rotation of the shape, in degrees.
Public property Shadow
Gets the shadow properties.
Public property ShapeCount Obsolete.
Returns number of shapes contained by this shape (1 means no sub shapes). Read-only.
Public property ShapeId
Gets / sets shape id.
Public property ShapeType
Type of shape , Read Only.
Public property TextFrame
Gets the text frame associated with the shape.
Public property TextVerticalAlignment
Get or set Text Vertical Alignment in shape.
Public property ThreeD
Gets the chart3 D properties.
Public property Top
Top of object.
Public property TopRow
Top row.
Public property TopRowOffset
Top row offset.256 means whole row offset
Public property UpdatePositions
Indicates whether we have to update absolute positions after setting TopRow, BottomRow, LeftColumn, RightColumn.
Public property Visible
Gets or sets the visibility of the shape. When set to true, the shape is visible; when set to false, the shape is hidden.
Public property VmlShape
Indicates whether this is vml shape or not.
Public property Width
Width of object.
Top
See Also