Spread Windows Forms 12.0 Product Documentation
SheetName Property (CellRangeSegmentData)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Chart Namespace > CellRangeSegmentData Class : SheetName Property
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
public override string SheetName {get; set;}

Property Value

The name of the sheet.
See Also

Reference

CellRangeSegmentData Class
CellRangeSegmentData Members