Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableRange Interface / Name Property


In This Topic
Name Property (ITableRange)
In This Topic
Gets or sets the ITableRange name.
Syntax
'Declaration
 
Property Name As String
 
'Usage
 
Dim instance As ITableRange
Dim value As String
 
instance.Name = value
 
value = instance.Name
See Also