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