AddDataRow Method: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Template:APIClass|RawDataSet Class|RawDataSet}}
{{Template:APIClass|RawDataSet Class|RawDataSet}}
Clears the RawDataSet of all RawData
Adds a row of raw data to the data set.


==Syntax==
==Syntax==

Revision as of 17:27, 6 May 2014


Adds a row of raw data to the data set.

Syntax

  • AddDataRow( ByVal row As RawData)

Parameters

row:

Usage Example