FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / FpSpread Property
Example


In This Topic
FpSpread Property
In This Topic
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
Example
This example changes the border of the parent of the sheet.
See Also