FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Column Class : Border Property |
FpSpread1.ActiveSheetView.ColumnCount=10;
FpSpread1.ActiveSheetView.PageSize=20;
FpSpread1.ActiveSheetView.RowCount=20;
FarPoint.Web.Spread.Column mycol;
FarPoint.Web.Spread.Border bord=new FarPoint.Web.Spread.Border(BorderStyle.Groove,Color.Red,3);
mycol=FpSpread1.ActiveSheetView.Columns[1];
mycol.Border=bord;
FpSpread1.ActiveSheetView.ColumnCount=10 FpSpread1.ActiveSheetView.PageSize=20 FpSpread1.ActiveSheetView.RowCount=20 Dim mycol As FarPoint.Web.Spread.Column Dim bord As New FarPoint.Web.Spread.Border(BorderStyle.Groove,Color.Red,3) mycol=FpSpread1.ActiveSheetView.Columns(1) mycol.Border=bord
Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional