[]
        
(Showing Draft Content)

FarPoint.Web.Spread.FpSpread.GetEditValue

GetEditValue Method

GetEditValue(int, int)

Gets the postback value of the specified cell on the active sheet in the Spread component.

Declaration
public object GetEditValue(int row, int column)
Public Function GetEditValue(row As Integer, column As Integer) As Object
Parameters
Type Name Description
int row

Row index of the cell

int column

Column index of the cell

Returns
Type Description
object

Object that contains the cell contents