Spread for ASP.NET 12 Product Documentation
SetText Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : SetText Method
Row index of the cell
Column index of the cell
Text for the cell
Sets the formatted text in the cell using the IFormatter object for the cell.
Syntax
'Declaration
 
Public Sub SetText( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal value As String _
) 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim column As Integer
Dim value As String
 
instance.SetText(row, column, value)
public void SetText( 
   int row,
   int column,
   string value
)

Parameters

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

Reference

SheetView Class
SheetView Members