GrapeCity.Xaml.Excel
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 Integer, _
   ByVal unsupportRecord As IUnsupportRecord _
) 
'Usage
 
Dim instance As IExcelLosslessReader
Dim sheetIndex As Integer
Dim unsupportRecord As IUnsupportRecord
 
instance.AddUnsupportItem(sheetIndex, unsupportRecord)
void AddUnsupportItem( 
   int sheetIndex,
   IUnsupportRecord unsupportRecord
)

Parameters

sheetIndex
The index of the sheet
unsupportRecord
The unsupport record
See Also

Reference

IExcelLosslessReader Interface
IExcelLosslessReader Members