Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Data Namespace / DataManager Class / GetUnboundValue Method


In This Topic
    GetUnboundValue Method (DataManager)
    In This Topic
    Gets the unbound value
    Syntax
    'Declaration
     
    
    Public Function GetUnboundValue( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As Object
    'Usage
     
    
    Dim instance As DataManager
    Dim row As Integer
    Dim column As Integer
    Dim value As Object
     
    value = instance.GetUnboundValue(row, column)
    public object GetUnboundValue( 
       int row,
       int column
    )

    Parameters

    row
    column
    See Also