Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / IsChartShape Property


In This Topic
IsChartShape Property
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
See Also