Spread WPF 17
GrapeCity.Excel Namespace / ExcelWarning Class / UnsupportedBiffRecords Property


In This Topic
    UnsupportedBiffRecords Property
    In This Topic
    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