Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtRGFOPTE Class / GetProperties Method


In This Topic
    GetProperties Method (OfficeArtRGFOPTE)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetProperties() As OfficeArtRGFOPTE.Property()
    'Usage
     
    
    Dim instance As OfficeArtRGFOPTE
    Dim value() As OfficeArtRGFOPTE.Property
     
    value = instance.GetProperties()
    public OfficeArtRGFOPTE.Property[] GetProperties()
    See Also