GrapeCity MultiRow Windows Forms Documentation
CurrentRow Property


Gets the row that contains the current cell.
Syntax
<FeatureAttribute(Name="General", Version="v5.0")>
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public ReadOnly Property CurrentRow As Row
Dim instance As GcMultiRow
Dim value As Row
 
value = instance.CurrentRow
[Feature(Name="General", Version="v5.0")]
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public Row CurrentRow {get;}

Property Value

A Row that represents the row containing the current cell, or a null reference (Nothing in Visual Basic) if there is no current cell.
Remarks
To change the current row, you must set the CurrentCell property to a cell in the desired row. If the ViewMode is ViewMode.ListBox, you can only click the row to change the CurrentRow property.
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

 

 


Copyright © GrapeCity, inc. All rights reserved.