GrapeCity MultiRow Windows Forms Documentation
Item(Int32) Property


Gets the Column with the specified index.
Syntax
Public Overloads ReadOnly Property Item( _
   ByVal index As Integer _
) As Column
Dim instance As ColumnCollection
Dim index As Integer
Dim value As Column
 
value = instance.Item(index)
public Column Item( 
   int index
) {get;}

Parameters

index

Property Value

A Column at the specified index.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionThe index is less than 0 or greatan than ColumnCollection'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

ColumnCollection Class
ColumnCollection Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.