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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SpreadDataSource Class : SheetName Property
Gets or sets the name of the sheet associated with this data source.
Syntax
'Declaration
 
Public Property SheetName As String
'Usage
 
Dim instance As SpreadDataSource
Dim value As String
 
instance.SheetName = value
 
value = instance.SheetName
public string SheetName {get; set;}
See Also

Reference

SpreadDataSource Class
SpreadDataSource Members