ErrorItem.FormatIndex 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.
Format Index
Represents the following attribute in the schema: in
[DocumentFormat.OpenXml.SchemaAttr(0, "in")]
public DocumentFormat.OpenXml.UInt32Value FormatIndex { get; set; }
public DocumentFormat.OpenXml.UInt32Value FormatIndex { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "in")]
public DocumentFormat.OpenXml.UInt32Value? FormatIndex { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("in")]
public DocumentFormat.OpenXml.UInt32Value? FormatIndex { get; set; }
public DocumentFormat.OpenXml.UInt32Value? FormatIndex { get; set; }
member this.FormatIndex : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "in")>]
member this.FormatIndex : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("in")>]
member this.FormatIndex : DocumentFormat.OpenXml.UInt32Value with get, set
Public Property FormatIndex As UInt32Value
Property Value
Returns UInt32Value.
- Attributes