Xceed DataGrid for Silverlight Documentation
Item(Int32) Property


The zero-based index of the cell to retrieve.
Gets or sets the cell at the specified index.
Syntax
'Declaration
 
Public Overloads Property Item( _
   ByVal index As Integer _
) As StatCell
'Usage
 
Dim instance As StatCellCollection
Dim index As Integer
Dim value As StatCell
 
instance.Item(index) = value
 
value = instance.Item(index)
public StatCell Item( 
   int index
) {get; set;}

Parameters

index
The zero-based index of the cell to retrieve.

Property Value

The cell at the specified index.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

StatCellCollection Class
StatCellCollection Members
Overload List

Send Feedback