LayoutNode.MoveWith 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.
Move With
Represents the following attribute in the schema: moveWith
[DocumentFormat.OpenXml.SchemaAttr(0, "moveWith")]
public DocumentFormat.OpenXml.StringValue MoveWith { get; set; }
public DocumentFormat.OpenXml.StringValue MoveWith { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "moveWith")]
public DocumentFormat.OpenXml.StringValue? MoveWith { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("moveWith")]
public DocumentFormat.OpenXml.StringValue? MoveWith { get; set; }
public DocumentFormat.OpenXml.StringValue? MoveWith { get; set; }
member this.MoveWith : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "moveWith")>]
member this.MoveWith : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("moveWith")>]
member this.MoveWith : DocumentFormat.OpenXml.StringValue with get, set
Public Property MoveWith As StringValue
Property Value
Returns StringValue.
- Attributes
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Reference to another layout node that this layout node moves with.
The possible values for this attribute are defined by the XML Schema string
data type.