Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / FormulaDependentInfos Class / ModelName Property


In This Topic
    ModelName Property
    In This Topic
    Gets the sheetview's name.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ModelName As String
    'Usage
     
    
    Dim instance As FormulaDependentInfos
    Dim value As String
     
    value = instance.ModelName
    public string ModelName {get;}
    See Also