Version

GridAffectedItems class Members

The following tables list the members exposed by GridAffectedItems.

Public Constructors
 NameDescription
Public ConstructorGridAffectedItems Constructor  
Public Properties
 NameDescription
Public PropertylengthGets the length of the collection.  
Public Methods
 NameDescription
Public MethodaddAdds an item to the collection.  
Public MethodclearClears the collection.  
Public MethodcloneCreates and returns a copy of the collection.  
Public MethodgetItemReturns an item from the collection by its index. Can be either a row object or just a row ID pair if the row is on another page.  
Public MethodindexOfReturns the index of the provided item.  
Public MethodisEmptyIndicates whether the collection is empty.  
Public MethodremoveRemoves an item from the collection by its index.  
See Also