Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
New Formatting Information.When the object is serialized out as xml, its qualified name is x:ndxf.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType
DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Class NewDifferentialFormat _
Inherits DifferentialFormatType
'Usage
Dim instance As NewDifferentialFormat
public class NewDifferentialFormat : DifferentialFormatType
Remarks
The following table lists the possible child types:
Font <x:font>
NumberingFormat <x:numFmt>
Fill <x:fill>
Alignment <x:alignment>
Border <x:border>
Protection <x:protection>
ExtensionList <x:extLst>
[ISO/IEC 29500-1 1st Edition]
18.11.1.4 ndxf (New Formatting Information)
This element represents new differential formatting information for this cell. This formatting is applied to the existing formatting of the cell.
Parent Elements |
---|
rcc (§18.11.1.9) |
Child Elements |
Subclause |
---|---|
alignment (Alignment) |
§18.8.1 |
border (Border) |
§18.8.4 |
extLst (Future Feature Data Storage Area) |
§18.2.10 |
fill (Fill) |
§18.8.20 |
font (Font) |
§18.8.22 |
numFmt (Number Format) |
§18.8.30 |
protection (Protection Properties) |
§18.8.33 |
[Note: The W3C XML Schema definition of this element’s content model (CT_Dxf) is located in §A.2. end note]
© ISO/IEC29500: 2008.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.