Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DataValidationNote Class / DataValidationNote Constructor
The sheet view.


In This Topic
    DataValidationNote Constructor
    In This Topic
    Initializes a new instance of the DataValidationNote class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal sheetView As SheetView _
    )
    'Usage
     
    
    Dim sheetView As SheetView
     
    Dim instance As New DataValidationNote(sheetView)
    public DataValidationNote( 
       SheetView sheetView
    )

    Parameters

    sheetView
    The sheet view.
    See Also