[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SheetView.GetText

GetText Method

GetText(int, int)

Gets the formatted text in the cell using the IFormatter object for the cell.

Declaration
public string GetText(int row, int column)
Public Function GetText(row As Integer, column As Integer) As String
Parameters
Type Name Description
int row

Row index of the cell

int column

Column index of the cell

Returns
Type Description
string