Compartir a través de


SingleXmlCell.XmlCellProperties Property

Cell Properties.Represents the element tag in schema: x:xmlCellPr

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaración
Public Property XmlCellProperties As XmlCellProperties
    Get
    Set
'Uso
Dim instance As SingleXmlCell
Dim value As XmlCellProperties

value = instance.XmlCellProperties

instance.XmlCellProperties = value
public XmlCellProperties XmlCellProperties { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties
Returns XmlCellProperties.

See Also

Reference

SingleXmlCell Class

SingleXmlCell Members

DocumentFormat.OpenXml.Spreadsheet Namespace