Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtFDGGBlock Class / Rgidcl Property


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