GrapeCity MultiRow Windows Forms Documentation
Item(String) Property


The name of the cell.
Gets the Cell with the specified name.
Syntax
<FeatureAttribute(Name="CellCollection", Version="v5.0")>
Public Overloads ReadOnly Property Item( _
   ByVal name As String _
) As Cell
Dim instance As CellCollection
Dim name As String
Dim value As Cell
 
value = instance.Item(name)
[Feature(Name="CellCollection", Version="v5.0")]
public Cell Item( 
   string name
) {get;}

Parameters

name
The name of the cell.

Property Value

A Cell that represents the cell with the specified name.
Exceptions
ExceptionDescription
System.ArgumentExceptionThe name does not match the name of any cell in the collection.
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

CellCollection Class
CellCollection Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.