This document is archived and information here might be outdated. Recommended version. |
The row that defines the specified data driven page.
[Visual Basic .NET] Public Function get_PageRow ( _ ByVal ActiveView As IActiveView, _ ByVal PageName As String _ ) As IRow
[C#] public IRow get_PageRow ( IActiveView ActiveView, string PageName );
[C++]
HRESULT get_PageRow(
IActiveView* ActiveView,
BSTR PageName,
IRow** PageRow
);
[C++]
Parameters ActiveView [in]
ActiveView is a parameter of type IActiveView* PageName [in]
PageName is a parameter of type BSTR PageRow [out, retval]
PageRow is a parameter of type IRow**