FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / Name Property


Name Property (DefaultSheetDataModel)
Gets or sets the name of the data model.
Syntax
'Declaration
 
Public Property Name As String
 
'Usage
 
Dim instance As DefaultSheetDataModel
Dim value As String
 
instance.Name = value
 
value = instance.Name
Exceptions
ExceptionDescription
No name is specified; name is a null reference (Nothing in Visual Basic)
See Also