Spread Silverlight Documentation
AddUnsupportItem Method


GrapeCity.Excel Namespace > IExcelLosslessReader Interface : 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
See Also

Reference

IExcelLosslessReader Interface
IExcelLosslessReader Members