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


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

Parameters

row
Row index of the cell
column
Column index of the cell
See Also

Reference

SheetView Class
SheetView Members