Spread WPF 17
GrapeCity.Excel Namespace / IExcelLosslessWriter Interface / GetUnsupportItems Method


In This Topic
    GetUnsupportItems Method
    In This Topic
    Get the collection of unsupport records
    Syntax
    'Declaration
     
    Function GetUnsupportItems( _
       ByVal sheetIndex As Integer _
    ) As List(Of IUnsupportRecord)
    'Usage
     
    Dim instance As IExcelLosslessWriter
    Dim sheetIndex As Integer
    Dim value As List(Of IUnsupportRecord)
     
    value = instance.GetUnsupportItems(sheetIndex)
    List<IUnsupportRecord> GetUnsupportItems( 
       int sheetIndex
    )

    Parameters

    sheetIndex
    See Also