ObjectAnchor.MoveWithCells Property
moveWithCells.Represents the attribte in schema: moveWithCells
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "moveWithCells")> _
Public Property MoveWithCells As BooleanValue
Get
Set
'Usage
Dim instance As ObjectAnchor
Dim value As BooleanValue
value = instance.MoveWithCells
instance.MoveWithCells = value
[SchemaAttrAttribute(, "moveWithCells")]
public BooleanValue MoveWithCells { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue