Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AlignmentFormatComment Class / AlignmentFormatComment Constructor


In This Topic
    AlignmentFormatComment Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal cellNote As CellNote _
    )
    'Usage
     
    
    Dim cellNote As CellNote
     
    Dim instance As New AlignmentFormatComment(cellNote)
    public AlignmentFormatComment( 
       CellNote cellNote
    )

    Parameters

    cellNote
    See Also