FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Border Class : ApplyBorder Method |
'Declaration Public Shared Sub ApplyBorder( _ ByVal control As WebControl, _ ByVal border As Border _ )
'Usage Dim control As WebControl Dim border As Border Border.ApplyBorder(control, border)
public static void ApplyBorder( WebControl control, Border border )
FarPoint.Web.Spread.Border border=new FarPoint.Web.Spread.Border(BorderStyle.Dotted,Color.Red,2);
border.ApplyBorder(FpSpread1,border);
Dim border As New FarPoint.Web.Spread.Border(BorderStyle.Dotted,Color.Red,2) border.ApplyBorder(FpSpread1,border)
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6