Spread WPF 17
GrapeCity.CalcEngine.Expressions Namespace / CalcStructReferenceExpression Class / TableName Property


In This Topic
    TableName Property
    In This Topic
    Gets the table name.
    Syntax
    'Declaration
     
    Public ReadOnly Property TableName As String
    'Usage
     
    Dim instance As CalcStructReferenceExpression
    Dim value As String
     
    value = instance.TableName
    public string TableName {get;}
    See Also