Spread WinForms 15
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)

Parameters

sheetView
The sheet view.
See Also