TableStyleConditionalFormattingTableCellProperties Constructors      
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.
Overloads
| TableStyleConditionalFormattingTableCellProperties() | Initializes a new instance of the TableStyleConditionalFormattingTableCellProperties class. | 
| TableStyleConditionalFormattingTableCellProperties(OpenXmlElement[]) | Initializes a new instance of the TableStyleConditionalFormattingTableCellProperties class with the specified child elements. | 
| TableStyleConditionalFormattingTableCellProperties(IEnumerable<OpenXmlElement>) | Initializes a new instance of the TableStyleConditionalFormattingTableCellProperties class with the specified child elements. | 
| TableStyleConditionalFormattingTableCellProperties(String) | Initializes a new instance of the TableStyleConditionalFormattingTableCellProperties class from outer XML. | 
TableStyleConditionalFormattingTableCellProperties()
Initializes a new instance of the TableStyleConditionalFormattingTableCellProperties class.
public TableStyleConditionalFormattingTableCellProperties();Public Sub New ()Applies to
TableStyleConditionalFormattingTableCellProperties(OpenXmlElement[])
Initializes a new instance of the TableStyleConditionalFormattingTableCellProperties class with the specified child elements.
public TableStyleConditionalFormattingTableCellProperties(params DocumentFormat.OpenXml.OpenXmlElement[] childElements);new DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellPropertiesPublic Sub New (ParamArray childElements As OpenXmlElement())Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
TableStyleConditionalFormattingTableCellProperties(IEnumerable<OpenXmlElement>)
Initializes a new instance of the TableStyleConditionalFormattingTableCellProperties class with the specified child elements.
public TableStyleConditionalFormattingTableCellProperties(System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);new DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellPropertiesPublic Sub New (childElements As IEnumerable(Of OpenXmlElement))Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
TableStyleConditionalFormattingTableCellProperties(String)
Initializes a new instance of the TableStyleConditionalFormattingTableCellProperties class from outer XML.
public TableStyleConditionalFormattingTableCellProperties(string outerXml);new DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties : string -> DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellPropertiesPublic Sub New (outerXml As String)Parameters
- outerXml
- String
Specifies the outer XML of the element.