Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableRange Interface / Name Property


In This Topic
    Name Property (ITableRange)
    In This Topic
    Gets or sets the ITableRange name.
    Syntax
    'Declaration
     
    
    Property Name As String
    'Usage
     
    
    Dim instance As ITableRange
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    string Name {get; set;}
    See Also