Gets or sets the row index for the first visible row.
[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.C1TrueDBDropdown1.FirstRow = 10
· C#
this.c1TrueDBDropdown1.FirstRow = 10;
· Delphi
Self.C1TrueDBDropdown1.FirstRow := 10;
See Also
C1TrueDBDropdown Class | C1TrueDBDropdown Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |