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


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

    Property Value

    type
    See Also