Spread Silverlight Documentation
NoteStyle Property (IExcelCell)


GrapeCity.Excel Namespace > IExcelCell Interface : NoteStyle Property
Gets or sets the note style.
Syntax
'Declaration
 
Property NoteStyle As ExcelNoteStyle
'Usage
 
Dim instance As IExcelCell
Dim value As ExcelNoteStyle
 
instance.NoteStyle = value
 
value = instance.NoteStyle
ExcelNoteStyle NoteStyle {get; set;}

Property Value

The note style.
See Also

Reference

IExcelCell Interface
IExcelCell Members