Spread for ASP.NET 9.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 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.