Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / Name Property


In This Topic
    Name Property (IWorksheet)
    In This Topic
    Gets or sets the name of worksheet.
    Syntax
    'Declaration
     
    
    Property Name As String
    'Usage
     
    
    Dim instance As IWorksheet
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    string Name {get; set;}

    Property Value

    A string value indicates the name of worksheet.
    See Also