Spread WPF 17
GrapeCity.Excel Namespace / UnsupportedBiffRecord Class / RecordValue Property


In This Topic
    RecordValue Property
    In This Topic
    The record value in bytes.
    Syntax
    'Declaration
     
    Public Property RecordValue As Byte()
    'Usage
     
    Dim instance As UnsupportedBiffRecord
    Dim value() As Byte
     
    instance.RecordValue = value
     
    value = instance.RecordValue
    public byte[] RecordValue {get; set;}
    See Also