[]
Gets the postback value of the specified cell on the active sheet in the Spread component.
public object GetEditValue(int row, int column)
Public Function GetEditValue(row As Integer, column As Integer) As Object
Type | Name | Description |
---|---|---|
int | row | Row index of the cell |
int | column | Column index of the cell |
Type | Description |
---|---|
object | Object that contains the cell contents |