Spread WinForms 15
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
See Also