Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataRowView Class / Item Property / Item(String) Property


In This Topic
    Item(String) Property
    In This Topic
    Gets or sets the System.Object with the specified property name.
    Syntax
    'Declaration
     
    
    Public Overloads Property Item( _
       ByVal property As String _
    ) As Object
    'Usage
     
    
    Dim instance As SpreadDataRowView
    Dim property As String
    Dim value As Object
     
    instance.Item(property) = value
     
    value = instance.Item(property)
    public object Item( 
       string property
    ) {get; set;}

    Parameters

    property
    See Also