Spread for ASP.NET 11 Product Documentation
FpSpread Property
Example 


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : FpSpread Property
Gets the active FpSpread from the SheetView.
Syntax
'Declaration
 
Public Property FpSpread As FpSpread
'Usage
 
Dim instance As SheetView
Dim value As FpSpread
 
instance.FpSpread = value
 
value = instance.FpSpread
public FpSpread FpSpread {get; set;}
Example
This example changes the border of the parent of the sheet.
FpSpread1.Sheets[0].FpSpread.BorderStyle = BorderStyle.Dashed;
FpSpread1.Sheets[0].FpSpread.BorderWidth = 5;
FpSpread1.Sheets(0).FpSpread.BorderStyle = BorderStyle.Dashed
FpSpread1.Sheets(0).FpSpread.BorderWidth = 5
See Also

Reference

SheetView Class
SheetView Members