Spread Windows Forms 12.0 Product Documentation
Name Property (DefaultSheetDataModel)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > DefaultSheetDataModel Class : Name Property
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
public string Name {get; set;}

Property Value

String containing the name
Exceptions
ExceptionDescription
No name is specified; name is a null reference (Nothing in Visual Basic)
See Also

Reference

DefaultSheetDataModel Class
DefaultSheetDataModel Members