Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelWarningList Class / CopyTo Method
warning list (ExcelWarningList object) to which to copy the list


In This Topic
CopyTo Method (ExcelWarningList)
In This Topic
Copies the Excel file operation warning list to the specified ExcelWarningList object.
Syntax
'Declaration
 
Public Sub CopyTo( _
   ByVal warningList As ExcelWarningList _
) 
 
'Usage
 
Dim instance As ExcelWarningList
Dim warningList As ExcelWarningList
 
instance.CopyTo(warningList)

Parameters

warningList
warning list (ExcelWarningList object) to which to copy the list
See Also