[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.GroupDataModel.GetValue

GetValue Method

GetValue(int, int)

Gets the value from the cell in the group.

Declaration
public override object GetValue(int row, int col)
Public Overrides Function GetValue(row As Integer, col As Integer) As Object
Parameters
Type Name Description
int row

Row index of the cell

int col

Column index of the cell

Returns
Type Description
object
Overrides
Implements