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


In This Topic
    Path Property (ExcelPictShape)
    In This Topic
    Gets or sets the geo path of the shape.
    Syntax
    'Declaration
     
    
    Public Property Path As MsoShapePath
    'Usage
     
    
    Dim instance As ExcelPictShape
    Dim value As MsoShapePath
     
    instance.Path = value
     
    value = instance.Path
    public MsoShapePath Path {get; set;}
    See Also