Overload List
Adds a row to an unbound grid.
[Visual Basic] Overloads Overridable Public Function AddRow(String) As Integer
[C#] virtual public int AddRow(string);
[Delphi] public function AddRow(String) : Int32; overload; virtual;
Adds a row to an unbound grid.
[Visual Basic] Overloads Overridable Public Function AddRow(String, Char) As Integer
[C#] virtual public int AddRow(string, char);
[Delphi] public function AddRow(String; Char) : Int32; overload; virtual;
See Also
C1TrueDBDropdown Class | C1TrueDBDropdown Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |