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


In This Topic
    Name Property (DefaultSheetDataModel)
    In This Topic
    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