GrapeCity MultiRow Windows Forms Documentation
Item(String) Property


The name of the cell.
Gets the Column by the specified name.
Syntax
Public Overloads ReadOnly Property Item( _
   ByVal name As String _
) As Column
Dim instance As ColumnCollection
Dim name As String
Dim value As Column
 
value = instance.Item(name)
public Column Item( 
   string name
) {get;}

Parameters

name
The name of the cell.

Property Value

A Column that represents the Column of 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

ColumnCollection Class
ColumnCollection Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.