GrapeCity.Xaml.Excel
UnsupportedBiffRecords Property


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

Reference

ExcelWarning Class
ExcelWarning Members