Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITable Interface / Name Property


In This Topic
Name Property (ITable)
In This Topic
Gets the name of ITable object.
Syntax
'Declaration
 
Property Name As String
 
'Usage
 
Dim instance As ITable
Dim value As String
 
instance.Name = value
 
value = instance.Name

Property Value

A string value represents the name of ITable object.
See Also