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