TableCellProperties.Cell3DProperties Property
Cell 3-D.Represents the element tag in schema: a:cell3D
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Cell3DProperties As Cell3DProperties
Get
Set
'Usage
Dim instance As TableCellProperties
Dim value As Cell3DProperties
value = instance.Cell3DProperties
instance.Cell3DProperties = value
public Cell3DProperties Cell3DProperties { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.Cell3DProperties