Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / XmlTkChain Class / chainRecords Property


In This Topic
    chainRecords Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property chainRecords As Byte()
    'Usage
     
    
    Dim instance As XmlTkChain
    Dim value() As Byte
     
    instance.chainRecords = value
     
    value = instance.chainRecords
    public byte[] chainRecords {get; set;}
    See Also