Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SpreadDataSource Class / SheetName Property
Example


In This Topic
    SheetName Property (SpreadDataSource)
    In This Topic
    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;}

    Property Value

    String containing the sheet name
    Example
    This example binds a cell range and a list box to the Spread data source.
    See Also