'Declaration Public Function GetBorder( _ ByVal borderType As TableCellBorderType _ ) As Border
'Usage Dim instance As Cell Dim borderType As TableCellBorderType Dim value As Border value = instance.GetBorder(borderType)
public Border GetBorder( TableCellBorderType borderType )
Parameters
- borderType
- A TableCellBorderType value representing the type of border to get.
Return Value
The Border of the Cell.