Spread for ASP.NET 8.0 Product Documentation
FpSpread Property
Example 


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
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.