WorksheetPart.SingleCellTablePart Property (Microsoft.Office.DocumentFormat.OpenXml.Packaging)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets the SingleCellTablePart of the WorksheetPart
Namespace: Microsoft.Office.DocumentFormat.OpenXml.Packaging
Assembly: Microsoft.Office.DocumentFormat.OpenXml (in microsoft.office.documentformat.openxml.dll)
Syntax
'Declaration
Public ReadOnly Property SingleCellTablePart As SingleCellTablePart
'Usage
Dim instance As WorksheetPart
Dim value As SingleCellTablePart
value = instance.SingleCellTablePart
public SingleCellTablePart SingleCellTablePart { get; }
See Also
Reference
WorksheetPart Class
WorksheetPart Members
Microsoft.Office.DocumentFormat.OpenXml.Packaging Namespace