Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SpreadCommandEventArgs Class / EditValues Property
Example


In This Topic
    EditValues Property
    In This Topic
    Gets the postback data in an array list of values.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property EditValues As ArrayList
    'Usage
     
    
    Dim instance As SpreadCommandEventArgs
    Dim value As ArrayList
     
    value = instance.EditValues
    public ArrayList EditValues {get;}

    Property Value

    ArrayList containing the postback data
    Example
    This example loops through the cells in a second Spread component and puts the values in the first Spread component.
    See Also