C1.Silverlight.DataGrid Namespace > DataGridRowCollection Class : GetVisibleRowsFromIndex Method |
'Declaration
Public Function GetVisibleRowsFromIndex( _ ByVal fromRowIndex As System.Integer, _ ByVal direction As System.Windows.Controls.Primitives.GeneratorDirection, _ Optional ByVal includeCollapsedGroupRows As System.Boolean _ ) As System.Collections.Generic.IEnumerable(Of DataGridRow)
public System.Collections.Generic.IEnumerable<DataGridRow> GetVisibleRowsFromIndex( System.int fromRowIndex, System.Windows.Controls.Primitives.GeneratorDirection direction, System.bool includeCollapsedGroupRows )
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