Spread Windows Forms 10.0 Product Documentation
CopyTo Method (ExcelWarningList)


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
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

ExcelWarningList Class
ExcelWarningList Members

 

 


Copyright © GrapeCity, inc. All rights reserved.