IUIX_List::ColumnsCount Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 6: Line 6:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ColumnsCount(LONG* pCount);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ColumnsCount([out, retval] LONG* pCount);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IUIX_List|IUIX_List]].
 
See also [[PXV:IUIX_List|IUIX_List]].

Revision as of 23:09, 13 April 2015

Property ColumnsCount of interface IUIX_List returns Value of LONG ...


Syntax

HRESULT get_ColumnsCount([out, retval] LONG* pCount);

See Also

See also IUIX_List.