Shape.LayoutInCell Property

Definition

Returns an Integer that represents whether a shape in a table is displayed inside the table or outside of the table.

public:
 property int LayoutInCell { int get(); void set(int value); };
public int LayoutInCell { get; set; }
member this.LayoutInCell : int with get, set
Public Property LayoutInCell As Integer

Property Value

Remarks

This property returns True to indicate that a specified picture is displayed within the table, and False to indicate that a specified picture is displayed outside of the table.

Setting the LayoutInCell property will take effect only if the Type property of the WrapFormat object is set to something other than wdWrapTypeInline or wdWrapTypeNone.

The LayoutInCell property corresponds to the Layout in table cell option in the Advanced Layout dialog box for picture formatting.

Applies to