Gets a value that indicates whether this range contains a given row.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
C# |
---|
public bool ContainsRow( int row ) |
Visual Basic |
---|
Public Function ContainsRow ( _ row As Integer _ ) As Boolean |
Parameters
- row
- Type: System..::..Int32
Index of the row that may be contained in this range.