Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / Owner Property


In This Topic
Owner Property (SpreadView)
In This Topic
Gets the Spread component that owns this view.
Syntax
'Declaration
 
Public ReadOnly Property Owner As FpSpread
 
'Usage
 
Dim instance As SpreadView
Dim value As FpSpread
 
value = instance.Owner
See Also