Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / MsoDrawingGroup Class / rgChildRec Property


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