Compartir a través de


Anchor.LayoutInCell Property

Layout In Table Cell.Represents the attribte in schema: layoutInCell

Namespace:  DocumentFormat.OpenXml.Drawing.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "layoutInCell")> _
Public Property LayoutInCell As BooleanValue
    Get
    Set
'Usage
Dim instance As Anchor
Dim value As BooleanValue

value = instance.LayoutInCell

instance.LayoutInCell = value
[SchemaAttrAttribute(, "layoutInCell")]
public BooleanValue LayoutInCell { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

Anchor Class

Anchor Members

DocumentFormat.OpenXml.Drawing.Wordprocessing Namespace