Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtRecordHeader Class / recInstance Property


In This Topic
    recInstance Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property recInstance As UShort
    'Usage
     
    
    Dim instance As OfficeArtRecordHeader
    Dim value As UShort
     
    instance.recInstance = value
     
    value = instance.recInstance
    public ushort recInstance {get; set;}
    See Also