GrapeCity MultiRow Windows Forms Documentation
Item(Int32) Property


The cell's index.
Gets the Cell with the specified cell index.
Syntax
<BrowsableAttribute(False)>
Public Overloads ReadOnly Property Item( _
   ByVal cellIndex As Integer _
) As Cell
Dim instance As Section
Dim cellIndex As Integer
Dim value As Cell
 
value = instance.Item(cellIndex)
[Browsable(false)]
public Cell Item( 
   int cellIndex
) {get;}

Parameters

cellIndex
The cell's index.

Property Value

A Cell with the specified cell index.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionThe cellIndex is less than 0 or greater than Cells's count minus 1.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Section Class
Section Members
Overload List
Cell Class
CellCollection Class

 

 


Copyright © GrapeCity, inc. All rights reserved.