Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Comment Class / Comment Constructor


In This Topic
Comment Constructor
In This Topic
Syntax
'Declaration
 
Public Function New( _
   ByVal text As String, _
   ByVal startAnchorPoint As AnchorPoint, _
   ByVal endAnchorPoint As AnchorPoint, _
   ByVal hidden As Boolean _
)
 
'Usage
 
Dim text As String
Dim startAnchorPoint As AnchorPoint
Dim endAnchorPoint As AnchorPoint
Dim hidden As Boolean
 
Dim instance As New Comment(text, startAnchorPoint, endAnchorPoint, hidden)

Parameters

text
startAnchorPoint
endAnchorPoint
hidden
See Also