Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtBlipPNG Class / rh Property


In This Topic
    rh Property (OfficeArtBlipPNG)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property rh As OfficeArtRecordHeader
    'Usage
     
    
    Dim instance As OfficeArtBlipPNG
    Dim value As OfficeArtRecordHeader
     
    instance.rh = value
     
    value = instance.rh
    public OfficeArtRecordHeader rh {get; set;}
    See Also