TableInsertRowsAndInherit
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual void InsertRowsAndInherit(
int rowIndex,
int inheritFrom,
int rowsCount
)
Public Overridable Sub InsertRowsAndInherit (
rowIndex As Integer,
inheritFrom As Integer,
rowsCount As Integer
)
public:
virtual void InsertRowsAndInherit(
int rowIndex,
int inheritFrom,
int rowsCount
)
abstract InsertRowsAndInherit :
rowIndex : int *
inheritFrom : int *
rowsCount : int -> unit
override InsertRowsAndInherit :
rowIndex : int *
inheritFrom : int *
rowsCount : int -> unit
Parameters
- rowIndex Int32
-
- inheritFrom Int32
-
- rowsCount Int32
-
See Also