ShapeRange.LayoutInCell Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an Integer that represents whether a shape in a table is displayed inside the table or outside of the table. True indicates that a specified picture is displayed within the table. False indicates that a specified picture is displayed 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
Note 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.