This document is archived and information here might be outdated. Recommended version. |
Copies the values from srcRow to the row being edited.
[Visual Basic .NET] Public Sub Copy ( _ ByVal srcRow As IRow _ )
[C#] public void Copy ( IRow srcRow );
[C++]
HRESULT Copy(
IRow* srcRow
);
[C++] Parameters srcRow [in]
srcRow is a parameter of type IRow*
Use this property to get rows that have been copied using the context menu in the tree control of the Attributes Dialog.