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


In This Topic
    IsChartShape Property (ExcelShape)
    In This Topic
    Gets or sets whether it is a chart shape.
    Syntax
    'Declaration
     
    
    Public Property IsChartShape As Boolean
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As Boolean
     
    instance.IsChartShape = value
     
    value = instance.IsChartShape
    public bool IsChartShape {get; set;}
    See Also