Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SheetTable Class / Name Property


In This Topic
    Name Property (SheetTable)
    In This Topic
    Gets the table name.
    Syntax
    'Declaration
     
    Public Property Name As String
    'Usage
     
    Dim instance As SheetTable
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    public string Name {get; set;}
    See Also