GrapeCity.Xaml.Excel
GetUnsupportItems Method


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
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelLosslessWriter Interface
IExcelLosslessWriter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options