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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : SheetName Property
Gets or sets the name of the sheet.
Syntax
'Declaration
 
Public Property SheetName As String
'Usage
 
Dim instance As SheetView
Dim value As String
 
instance.SheetName = value
 
value = instance.SheetName
public string SheetName {get; set;}
Exceptions
ExceptionDescription
No sheet specified or value is null
See Also

Reference

SheetView Class
SheetView Members