Spread Silverlight Documentation
UnsupportedBiffRecords Property


GrapeCity.Excel Namespace > ExcelWarning Class : UnsupportedBiffRecords Property
Represents the unsupported biff records in biff file
Syntax
'Declaration
 
Public ReadOnly Property UnsupportedBiffRecords As System.Collections.Generic.List(Of UnsupportedBiffRecord)
'Usage
 
Dim instance As ExcelWarning
Dim value As System.Collections.Generic.List(Of UnsupportedBiffRecord)
 
value = instance.UnsupportedBiffRecords
public System.Collections.Generic.List<UnsupportedBiffRecord> UnsupportedBiffRecords {get;}
See Also

Reference

ExcelWarning Class
ExcelWarning Members