Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellsEditorForm Class / CellsEditorForm Constructor
Sheet


In This Topic
    CellsEditorForm Constructor
    In This Topic
    Creates a new cells editor form for the specified sheet.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal sheetView As SheetView _
    )
    'Usage
     
    
    Dim sheetView As SheetView
     
    Dim instance As New CellsEditorForm(sheetView)
    public CellsEditorForm( 
       SheetView sheetView
    )

    Parameters

    sheetView
    Sheet
    See Also