DataPA Enterprise Dashboard Controls API Reference

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public void CopyRowValue(
	ref Object Variable,
	Object RowValue
)
Visual Basic
Public Sub CopyRowValue ( 
	ByRef Variable As Object,
	RowValue As Object
)
Visual C++
public:
virtual void CopyRowValue(
	Object^% Variable, 
	Object^ RowValue
) sealed

Parameters

Variable
Type: System..::..Object%
RowValue
Type: System..::..Object

See Also