This property is available at run time only.
This allows reference to a column of cells or several columns of cells in the sheet.
FarPoint.Web.Spread.SheetView sv=FpSpread1.ActiveSheetView;
FarPoint.Web.Spread.Border bord=new FarPoint.Web.Spread.Border(BorderStyle.Dotted,Color.Teal,2);
sv.Columns[0].Border=bord;
Dim sv As FarPoint.Web.Spread.SheetView sv=FpSpread1.ActiveSheetView Dim bord As New FarPoint.Web.Spread.Border(BorderStyle.Dotted,Color.Teal,2) sv.Columns(0).Border=bord