Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / SheetInfo Class / Name Property


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

    Property Value

    A string value indicates the name of sheet.
    See Also