Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellWrapper Class / NoteStyle Property


In This Topic
    NoteStyle Property (CellWrapper)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shadows Property NoteStyle As NoteStyle
    'Usage
     
    
    Dim instance As CellWrapper
    Dim value As NoteStyle
     
    instance.NoteStyle = value
     
    value = instance.NoteStyle
    public new NoteStyle NoteStyle {get; set;}
    See Also