FieldGroup.Base Property

Definition

Field Base

Represents the following attribute in the schema: base

[DocumentFormat.OpenXml.SchemaAttr(0, "base")]
public DocumentFormat.OpenXml.UInt32Value Base { get; set; }
public DocumentFormat.OpenXml.UInt32Value Base { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "base")]
public DocumentFormat.OpenXml.UInt32Value? Base { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("base")]
public DocumentFormat.OpenXml.UInt32Value? Base { get; set; }
public DocumentFormat.OpenXml.UInt32Value? Base { get; set; }
member this.Base : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "base")>]
member this.Base : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("base")>]
member this.Base : DocumentFormat.OpenXml.UInt32Value with get, set
Public Property Base As UInt32Value

Property Value

Returns UInt32Value.

Attributes

Applies to