Spread WPF 17
GrapeCity.Excel Namespace / IExcelLosslessReader Interface / AddUnsupportItem Method
The index of the sheet
The unsupport record


In This Topic
    AddUnsupportItem Method
    In This Topic
    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