SingleCellTablePart.SingleXmlCells Property
Gets/Sets the root element of this part.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property SingleXmlCells As SingleXmlCells
Get
Set
'Usage
Dim instance As SingleCellTablePart
Dim value As SingleXmlCells
value = instance.SingleXmlCells
instance.SingleXmlCells = value
public SingleXmlCells SingleXmlCells { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells