Spread for ASP.NET 12 Product Documentation
SetNote Method (SheetView)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : SetNote Method
Row index of the cell
Column index of the cell
Text for the cell note
Sets the cell note for a specified cell.
Syntax
'Declaration
 
Public Sub SetNote( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal note As String _
) 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim column As Integer
Dim note As String
 
instance.SetNote(row, column, note)
public void SetNote( 
   int row,
   int column,
   string note
)

Parameters

row
Row index of the cell
column
Column index of the cell
note
Text for the cell note
See Also

Reference

SheetView Class
SheetView Members