Gets or sets the row index for the first visible row in a grid or split.
[Visual Basic]
Public Property FirstRow As Integer
[C#]
public int FirstRow {get;set;}
[Delphi]
public property FirstRow: Int32 read get_FirstRow write set_FirstRow;
Example
The following code sets the FirstRow property to row 10:
Me.C1TrueDBGrid1.FirstRow = 10
· C#
this.c1TrueDBGrid1.FirstRow = 10;
· Delphi
Self.C1TrueDBGrid1.FirstRow := 10;
See Also
C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |