This document is archived and information here might be outdated. Recommended version. |
Sends OnChanged messages, sends move notifications to related objects, then calls WriteRows.
[Visual Basic .NET] Public Sub WriteMovedRows ( _ ByVal Rows As ISet, _ ByVal moveVector As ILine _ )
[C#] public void WriteMovedRows ( ISet Rows, ILine moveVector );
[C++]
HRESULT WriteMovedRows(
ISet* Rows,
ILine* moveVector
);
[C++] Parameters Rows [in]
Rows is a parameter of type ISet* moveVector [in]
moveVector is a parameter of type ILine*