IUIX_RangesNavigator::RangeEnd Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_RangesNavigator::RangeEnd Property}}
 
{{#customTitle:IUIX_RangesNavigator::RangeEnd Property}}
{{#parentPage:PXV:IUIX_RangesNavigator|property}}
+
{{#parentPage:PXV:IUIX_RangesNavigator|RangeEnd Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_RangeEnd([in] ULONG nRangeIndex, [out, retval] LONG* pEndPos);
+
<pre class="brush:cpp;gutter:false">HRESULT get_RangeEnd([in]           ULONG nRangeIndex,
 +
                    [out, retval] LONG* pEndPos);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nRangeIndex''
+
;nRangeIndex
 
:[in]  Value of ULONG.
 
:[in]  Value of ULONG.
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IUIX_RangesNavigator|IUIX_RangesNavigator]].
 
See also [[PXV:IUIX_RangesNavigator|IUIX_RangesNavigator]].

Revision as of 06:54, 23 April 2015


Property RangeEnd of interface IUIX_RangesNavigator returns Value of LONG ...

Syntax

HRESULT get_RangeEnd([in]           ULONG  nRangeIndex,
                     [out, retval]  LONG*  pEndPos);

Parameters

nRangeIndex
[in] Value of ULONG.

See Also

See also IUIX_RangesNavigator.