Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataBindingAdapter Class / SheetName Property


In This Topic
    SheetName Property (SpreadDataBindingAdapter)
    In This Topic
    Gets or sets the name of the sheet.
    Syntax
    'Declaration
     
    
    Public Property SheetName As String
    'Usage
     
    
    Dim instance As SpreadDataBindingAdapter
    Dim value As String
     
    instance.SheetName = value
     
    value = instance.SheetName
    public string SheetName {get; set;}

    Property Value

    Name of the sheet
    See Also