Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtDgContainer Class / groupShape Property


In This Topic
    groupShape Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property groupShape As OfficeArtSpgrContainer
    'Usage
     
    
    Dim instance As OfficeArtDgContainer
    Dim value As OfficeArtSpgrContainer
     
    instance.groupShape = value
     
    value = instance.groupShape
    public OfficeArtSpgrContainer groupShape {get; set;}
    See Also