Overload List
Moves the current row positions of the grid by the given offset.
[Visual Basic] Overloads Overridable Public Sub MoveRelative(Integer)
[C#] virtual public void MoveRelative(int);
[Delphi] public procedure MoveRelative(Int32); overload; virtual;
Moves the current row positions of the grid by the given offset from the given row.
[Visual Basic] Overloads Overridable Public Sub MoveRelative(Integer, Integer)
[C#] virtual public void MoveRelative(int, int);
[Delphi] public procedure MoveRelative(Int32; Int32); overload; virtual;
See Also
C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |