[]
        
(Showing Draft Content)

FarPoint.Web.Spread.RowEditTemplateContainer.GetValue

GetValue Method

GetValue(int)

Gets the value of the specified column (by index).

Declaration
public object GetValue(int index)
Public Function GetValue(index As Integer) As Object
Parameters
Type Name Description
int index

Column index

Returns
Type Description
object

GetValue(string)

Gets the value of the specified column (by name).

Declaration
public object GetValue(string name)
Public Function GetValue(name As String) As Object
Parameters
Type Name Description
string name

Column name

Returns
Type Description
object