Spread for ASP.NET 12 Product Documentation
Name Property (DefaultSheetDataModel)


FarPoint.Web.Spread Assembly > FarPoint.Web.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;}
Exceptions
ExceptionDescription
No name is specified; name is a null reference (Nothing in Visual Basic)
See Also

Reference

DefaultSheetDataModel Class
DefaultSheetDataModel Members