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