'Declaration Public Sub SetBorder( _ ByVal borderType As TableCellBorderType, _ ByVal border As Border _ )
'Usage Dim instance As Cell Dim borderType As TableCellBorderType Dim border As Border instance.SetBorder(borderType, border)
public void SetBorder( TableCellBorderType borderType, Border border )
Parameters
- borderType
- A TableCellBorderType value representing the type of border to set.
- border
- The Border to set.