FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : Rows Property |
This property is available at run time only.
This property allows reference to a row of cells or several rows 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.Rows[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.Rows(0).Border=bord
Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional