Spread WPF 17
GrapeCity.CalcEngine.Expressions Namespace / ITableStruct Interface / Name Property


In This Topic
    Name Property (ITableStruct)
    In This Topic
    The table name.
    Syntax
    'Declaration
     
    ReadOnly Property Name As String
    'Usage
     
    Dim instance As ITableStruct
    Dim value As String
     
    value = instance.Name
    string Name {get;}
    See Also