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
- openXmlPart
Type: DocumentFormat.OpenXml.Packaging.SingleCellTablePart
Specifies the part to be loaded.