Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtDgContainer Class / shape Property


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