Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SetText Method
Row index
Column index
Text for the specified cell


SetText Method
Sets the formatted text in the cell on this sheet using the FarPoint.Win.Spread.CellType.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)

Parameters

row
Row index
column
Column index
value
Text for the specified cell
Exceptions
ExceptionDescription
Specified row index is out of range; must be between 0 and the total number of rows
Specified column index is out of range; must be between 0 and the total number of columns
See Also