Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtRGFOPTE Class / rgfopte Property


In This Topic
    rgfopte Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property rgfopte As OfficeArtFOPTE()
    'Usage
     
    
    Dim instance As OfficeArtRGFOPTE
    Dim value() As OfficeArtFOPTE
     
    instance.rgfopte = value
     
    value = instance.rgfopte
    public OfficeArtFOPTE[] rgfopte {get; set;}
    See Also