ArcObjects Library Reference (Carto)  

IPrintAndExport.PageRow Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPrintAndExport Interface