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
public FpSpread FpSpread {get; set;}
Example
This example changes the border of the parent of the sheet.
See Also