Spread for ASP.NET 12 Product Documentation
SheetName Property (SheetCellRange)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Chart Namespace > SheetCellRange Class : SheetName Property
Gets or sets the name of the sheet.
Syntax
'Declaration
 
Public Overridable Property SheetName As String
'Usage
 
Dim instance As SheetCellRange
Dim value As String
 
instance.SheetName = value
 
value = instance.SheetName
public virtual string SheetName {get; set;}

Property Value

The name of the sheet.
See Also

Reference

SheetCellRange Class
SheetCellRange Members