Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaEditorUI Class / FormulaEditorUI Constructor
Sheet on which to add formula


In This Topic
FormulaEditorUI Constructor
In This Topic
Creates a new user interface for the Formula Editor for the specified sheet.
Syntax
'Declaration
 
Public Function New( _
   ByVal sheetView As SheetView _
)
 
'Usage
 
Dim sheetView As SheetView
 
Dim instance As New FormulaEditorUI(sheetView)

Parameters

sheetView
Sheet on which to add formula
See Also