| 
            
              CsvInputAdapterSkipRows Property
             | 
          
        
        
            Gets or sets number of lines to skip in the source file before the header line is encountered.
            
        
        Namespace: CSVAdaptersAssembly: CsvAdapters (in CsvAdapters.dll) Version: 2.4.257-beta
Syntaxfunction get_SkipRows();
function set_SkipRows(value);
 View SourceProperty Value
Int32
See Also