PageParamsCollectionInsert Method
|
Namespace: Teigha.GraphicsSystem
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public void Insert(
int index,
PageParams value
)
Public Sub Insert (
index As Integer,
value As PageParams
)
public:
void Insert(
int index,
PageParams^ value
)
member Insert :
index : int *
value : PageParams -> unit
Parameters
- index Int32
-
- value PageParams
-
See Also