Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

Sets or returns the maximum number of rows to import from the data source.
C#
<p> public int MaxRows{ get; set; }</p>
vb.net
<p>Public Property MaxRows() As Integer</p>

Examples

 
C#
//--- Get MaxRows
int maxRows = importProps.MaxRows;
 
//--- Set MaxRows
importProps.MaxRows = 20;
vb.net
'--- Get MaxRows
Dim maxRows As Integer = importProps.MaxRows
 
'--- Set MaxRows
importProps.MaxRows = 20

Examples

 
  • No labels