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


In This Topic
    Name Property (ITableDataColumn)
    In This Topic
    Gets or sets the name. Internal use to sync data from ISheetDataMode.
    Syntax
    'Declaration
     
    
    Property Name As String
    'Usage
     
    
    Dim instance As ITableDataColumn
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    string Name {get; set;}
    See Also