Spread for ASP.NET 8.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 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ExcelWarningList Class
ExcelWarningList Members

 

 


Copyright © GrapeCity, inc. All rights reserved.