GrapeCity MultiRow Windows Forms Documentation
Rows Property


Gets a collection that contains all the rows in the GcMultiRow control.
Syntax
<BrowsableAttribute(False)>
<FeatureAttribute(Name="RowCollection", Version="v5.0")>
Public ReadOnly Property Rows As RowCollection
Dim instance As GcMultiRow
Dim value As RowCollection
 
value = instance.Rows
[Browsable(false)]
[Feature(Name="RowCollection", Version="v5.0")]
public RowCollection Rows {get;}

Property Value

A RowCollection that contains all the rows in the GcMultiRow control.
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

GcMultiRow Class
GcMultiRow Members
RowCollection Class
Row Class

 

 


Copyright © GrapeCity, inc. All rights reserved.