ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.CoditionalFormatting Namespace / IFormattableView Interface / GetValue Method
Specified item index.
Specified field name.

In This Topic
    GetValue Method (IFormattableView)
    In This Topic
    Returns the value of the specified item.
    Syntax
    'Declaration
     
    Function GetValue( _
       ByVal item As System.Integer, _
       ByVal field As System.String _
    ) As System.Object
    System.object GetValue( 
       System.int item,
       System.string field
    )

    Parameters

    item
    Specified item index.
    field
    Specified field name.
    See Also