Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaEditorUI Class / SheetView Property


In This Topic
SheetView Property (FormulaEditorUI)
In This Topic
Gets or sets the SheetView the editor works with.
Syntax
'Declaration
 
Public Property SheetView As SheetView
 
'Usage
 
Dim instance As FormulaEditorUI
Dim value As SheetView
 
instance.SheetView = value
 
value = instance.SheetView
See Also