Spread Silverlight Documentation
SetCellNote Method


GrapeCity.Excel Namespace > IExcelReader Interface : SetCellNote Method
The zero based sheet index used to locate the IExcelWorkbook instance
The zero based cell row index
The zero based cell column index
A flag used to indicate whether the note style is sticky note.
The note string used to set the cell note.
Sets cell note for the specified cell.
Syntax
'Declaration
 
Sub SetCellNote( _
   ByVal sheet As System.Short, _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   ByVal stickyNote As System.Boolean, _
   ByVal note As System.String _
) 
'Usage
 
Dim instance As IExcelReader
Dim sheet As System.Short
Dim row As System.Integer
Dim column As System.Integer
Dim stickyNote As System.Boolean
Dim note As System.String
 
instance.SetCellNote(sheet, row, column, stickyNote, note)
void SetCellNote( 
   System.short sheet,
   System.int row,
   System.int column,
   System.bool stickyNote,
   System.string note
)

Parameters

sheet
The zero based sheet index used to locate the IExcelWorkbook instance
row
The zero based cell row index
column
The zero based cell column index
stickyNote
A flag used to indicate whether the note style is sticky note.
note
The note string used to set the cell note.
See Also

Reference

IExcelReader Interface
IExcelReader Members