Spread WPF 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 (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

IExcelLosslessReader Interface
IExcelLosslessReader Members

 

 


Copyright © GrapeCity, inc. All rights reserved.