Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / SheetName Property


In This Topic
SheetName Property (SpreadChart)
In This Topic
Gets or sets the name of the sheet.
Syntax
'Declaration
 
Public Property SheetName As String
 
'Usage
 
Dim instance As SpreadChart
Dim value As String
 
instance.SheetName = value
 
value = instance.SheetName

Property Value

The name of the sheet.
Remarks
This property supported for undo/redo action in design-time. Assigning in run-time means nothing.
See Also