Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / GraphicsSegmentInfo Property


In This Topic
    GraphicsSegmentInfo Property (ExcelShape)
    In This Topic
    Gets or sets the graphics segment info.
    Syntax
    'Declaration
     
    
    Public Property GraphicsSegmentInfo As MsoPathEscapeInfo()
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value() As MsoPathEscapeInfo
     
    instance.GraphicsSegmentInfo = value
     
    value = instance.GraphicsSegmentInfo
    public MsoPathEscapeInfo[] GraphicsSegmentInfo {get; set;}
    See Also