TableStyleType.NortheastCell Property
Northeast Cell.Represents the element tag in schema: a:neCell
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property NortheastCell As NortheastCell
Get
Set
'Usage
Dim instance As TableStyleType
Dim value As NortheastCell
value = instance.NortheastCell
instance.NortheastCell = value
public NortheastCell NortheastCell { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.NortheastCell