CellContentsCollectionMove Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public void Move(
int fromIndex,
int toIndex
)
Public Sub Move (
fromIndex As Integer,
toIndex As Integer
)
public:
void Move(
int fromIndex,
int toIndex
)
member Move :
fromIndex : int *
toIndex : int -> unit
Parameters
- fromIndex Int32
-
- toIndex Int32
-
See Also