Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelChartShape Class / Type Property


In This Topic
    Type Property (ExcelChartShape)
    In This Topic
    Gets or sets the type.
    Syntax
    'Declaration
     
    
    Public Property Type As ShapeType
    'Usage
     
    
    Dim instance As ExcelChartShape
    Dim value As ShapeType
     
    instance.Type = value
     
    value = instance.Type
    public ShapeType Type {get; set;}

    Property Value

    type
    See Also