Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual void InsertRows(
int rowIndex,
double height,
int rowsCount
)
Public Overridable Sub InsertRows (
rowIndex As Integer,
height As Double,
rowsCount As Integer
)
public:
virtual void InsertRows(
int rowIndex,
double height,
int rowsCount
)
abstract InsertRows :
rowIndex : int *
height : float *
rowsCount : int -> unit
override InsertRows :
rowIndex : int *
height : float *
rowsCount : int -> unit
Parameters
- rowIndex Int32
-
- height Double
-
- rowsCount Int32
-
See Also