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