Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IDataSourceSupport Interface / DataMember Property


In This Topic
DataMember Property (IDataSourceSupport)
In This Topic
Gets or sets the data member (table name).
Syntax
'Declaration
 
Property DataMember As String
 
'Usage
 
Dim instance As IDataSourceSupport
Dim value As String
 
instance.DataMember = value
 
value = instance.DataMember
See Also