Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelWarning Class / ChartName Property


In This Topic
ChartName Property (ExcelWarning)
In This Topic
Gets the name of the chart where the warning pertains.
Syntax
'Declaration
 
Public ReadOnly Property ChartName As String
 
'Usage
 
Dim instance As ExcelWarning
Dim value As String
 
value = instance.ChartName
See Also