 | ExportDataRowWrap Method |
Namespace:
CTExtensions.ExportCore.ExportHandler
Assembly:
CTInterface (in CTInterface.dll)
Syntaxpublic static ExportDataRow Wrap(
ICTExportProfile profile,
ICTExportProfileData oData,
int iRow
)
Public Shared Function Wrap (
profile As ICTExportProfile,
oData As ICTExportProfileData,
iRow As Integer
) As ExportDataRow
Parameters
- profile
- Type: ICTExportProfile
- oData
- Type: ICTExportProfileData
- iRow
- Type: SystemInt32
Return Value
Type:
ExportDataRow
See Also