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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > ISheetDataModel Interface : SetNote Method
Row index
Column index
String for note
Sets the note for a cell at the specified row and column.
Syntax
'Declaration
 
Sub SetNote( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal value As String _
) 
'Usage
 
Dim instance As ISheetDataModel
Dim row As Integer
Dim column As Integer
Dim value As String
 
instance.SetNote(row, column, value)
void SetNote( 
   int row,
   int column,
   string value
)

Parameters

row
Row index
column
Column index
value
String for note
See Also

Reference

ISheetDataModel Interface
ISheetDataModel Members