'Declaration Public Sub SetBorder( _ ByVal borderType As TableBorderType, _ ByVal border As Border _ )
'Usage Dim instance As Table Dim borderType As TableBorderType Dim border As Border instance.SetBorder(borderType, border)
public void SetBorder( TableBorderType borderType, Border border )
Parameters
- borderType
- A TableBorderType value indicating which border to set.
- border
- The border object to set.