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


In This Topic
    NoteStyle Property (ConditionalStyleInfo)
    In This Topic
    Gets or sets the note style of the cell for the style.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NoteStyle As NoteStyle
    'Usage
     
    
    Dim instance As ConditionalStyleInfo
    Dim value As NoteStyle
     
    value = instance.NoteStyle
    public NoteStyle NoteStyle {get;}
    See Also