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


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

Property Value

The name of the sheet.
See Also