FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : Sheets Property |
'Declaration Public ReadOnly Property Sheets As SheetViewCollection
'Usage Dim instance As FpSpread Dim value As SheetViewCollection value = instance.Sheets
public SheetViewCollection Sheets {get;}
FpSpread1.Sheets[0].DefaultStyle.ForeColor = Color.Teal;
FpSpread1.Sheets[0].DefaultStyle.Font.Bold = True;
FpSpread1.Sheets[0].DefaultStyle.Font.Name = "Comic Sans MS";
FpSpread1.Sheets[0].DefaultStyle.Font.Size = FontUnit.Point(12);
FpSpread1.Sheets[0].DefaultStyle.Font.Italic = True;
FpSpread1.Sheets.Count = 2 Dim fun As New System.Web.UI.WebControls.FontUnit(12) FpSpread1.Sheets(0).DefaultStyle.ForeColor = Color.Teal FpSpread1.Sheets(0).DefaultStyle.Font.Bold = True FpSpread1.Sheets(0).DefaultStyle.Font.Name = "Comic Sans MS" FpSpread1.Sheets(0).DefaultStyle.Font.Size = fun FpSpread1.Sheets(0).DefaultStyle.Font.Italic = True
Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional
FpSpread Class
FpSpread Members
SheetViewCollection Class
SheetView Class