DataTableInsertRowAt Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual void InsertRowAt(
int index,
DataCellCollection row,
bool validate
)
Public Overridable Sub InsertRowAt (
index As Integer,
row As DataCellCollection,
validate As Boolean
)
public:
virtual void InsertRowAt(
int index,
DataCellCollection^ row,
bool validate
)
abstract InsertRowAt :
index : int *
row : DataCellCollection *
validate : bool -> unit
override InsertRowAt :
index : int *
row : DataCellCollection *
validate : bool -> unit
Parameters
- index Int32
-
- row DataCellCollection
-
- validate Boolean
-
See Also