CSV Reports
GetValues Method



KellermanSoftware.CsvReports Namespace > BaseReader Class : GetValues Method
Not Supported
Syntax
Public Function GetValues( _
   ByVal values() As Object _
) As Integer
Dim instance As BaseReader
Dim values() As Object
Dim value As Integer
 
value = instance.GetValues(values)
public int GetValues( 
   object[] values
)
public:
int GetValues( 
   array<Object^>^ values
) 

Parameters

values
Exceptions
ExceptionDescription
The exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseReader Class
BaseReader Members