This document is archived and information here might be outdated. Recommended version. |
Writes row of data to the descriptor table.
[Visual Basic .NET] Public Sub WriteRow ( _ ByVal row_index As Integer, _ ByVal Row As IDescRow _ )
[C#] public void WriteRow ( int row_index, IDescRow Row );
[C++]
HRESULT WriteRow(
long row_index,
IDescRow* Row
);
[C++] Parameters row_index [in]
row_index is a parameter of type long Row [in]
Row is a parameter of type IDescRow*