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