GrapeCity MultiRow Windows Forms Documentation
Item(String) Property


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

Parameters

cellName
The cell's name.

Property Value

A Cell with the specified cell name.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe cellName is a null reference (Nothing in Visual Basic).
System.ArgumentExceptionThe cellName does not match the name of any Cell in the Section.
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.