Spread Windows Forms 12.0 Product Documentation
CopyTo Method (ExcelWarningList)


FarPoint.Excel Assembly > FarPoint.Excel Namespace > ExcelWarningList Class : CopyTo Method
warning list (ExcelWarningList object) to which to copy the list
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)
public void CopyTo( 
   ExcelWarningList warningList
)

Parameters

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

Reference

ExcelWarningList Class
ExcelWarningList Members