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


IPrintAndExport.PageRow Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPrintAndExport Interface > IPrintAndExport.PageRow Property
ArcGIS Developer Help

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