Spread Silverlight Documentation
AddUnsupportItem Method


The index of the sheet
The unsupport record
Add the unsupport records to the specified worksheet.
Syntax
'Declaration
 
Sub AddUnsupportItem( _
   ByVal sheetIndex As System.Integer, _
   ByVal unsupportRecord As IUnsupportRecord _
) 
'Usage
 
Dim instance As IExcelLosslessReader
Dim sheetIndex As System.Integer
Dim unsupportRecord As IUnsupportRecord
 
instance.AddUnsupportItem(sheetIndex, unsupportRecord)
void AddUnsupportItem( 
   System.int sheetIndex,
   IUnsupportRecord unsupportRecord
)

Parameters

sheetIndex
The index of the sheet
unsupportRecord
The unsupport record
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

IExcelLosslessReader Interface
IExcelLosslessReader Members

 

 


Copyright © GrapeCity, inc. All rights reserved.