Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / BelongInChartSheet Property


In This Topic
    BelongInChartSheet Property
    In This Topic
    Gets or sets whether it belongs to chart sheet.
    Syntax
    'Declaration
     
    
    Public Property BelongInChartSheet As Boolean
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As Boolean
     
    instance.BelongInChartSheet = value
     
    value = instance.BelongInChartSheet
    public bool BelongInChartSheet {get; set;}
    See Also