Spread Windows Forms 13.0 Product Documentation
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