FlexGrid for WinForms
Item Property (RowCollection)



Gets the Row at the specified index.
Syntax
'Declaration
 
Public Shadows ReadOnly Default Property Item( _
   ByVal index As Integer _
) As Row
'Usage
 
Dim instance As RowCollection
Dim index As Integer
Dim value As Row
 
value = instance.Item(index)
public new Row this[ 
   int index
]; {get;}
public:
new property Row^ default [int] {
   Row^ get(int index);
}

Parameters

index
Remarks
Use the Row object returned by this method to set attributes such as row height, visibility, style, selected state, and so on.
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

RowCollection Class
RowCollection Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback