SingleXmlCells.Load Method

Loads the DOM from the SingleCellTablePart.

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

Syntax

'Declaration
Public Sub Load ( _
    openXmlPart As SingleCellTablePart _
)
'Usage
Dim instance As SingleXmlCells
Dim openXmlPart As SingleCellTablePart

instance.Load(openXmlPart)
public void Load(
    SingleCellTablePart openXmlPart
)

Parameters

See Also

Reference

SingleXmlCells Class

SingleXmlCells Members

DocumentFormat.OpenXml.Spreadsheet Namespace