Spread for ASP.NET 10 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 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

ExcelWarningList Class
ExcelWarningList Members

 

 


Copyright © GrapeCity, inc. All rights reserved.