FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Border Class > Border Constructor : Border Constructor() |
FarPoint.Web.Spread.Border border = new FarPoint.Web.Spread.Border();
FarPoint.Web.Spread.Cell acell;
acell=FpSpread1.Cells[0,0];
border.BorderStyle=BorderStyle.Dotted;
acell.Border=border;
Dim border As New FarPoint.Web.Spread.Border() Dim acell As FarPoint.Web.Spread.Cell acell=FpSpread1.Cells(0,0) border.BorderStyle=BorderStyle.Dotted acell.Border=border
Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional