This document is archived and information here might be outdated.  Recommended version.


IPrintAndExport.PageRow Property (ArcObjects .NET 10.4 SDK)
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