Spread Windows Forms 12.0 Product Documentation
Name Property (ITable)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITable Interface : Name Property
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
string Name {get; set;}

Property Value

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

Reference

ITable Interface
ITable Members